Tagged: cornerstone
-
AuthorPosts
-
March 12, 2017 at 7:23 am #1403773
Hi there,
I’m building a site at: http://orsi.decorolux.com/about-me/
There’s a blockquote at the top here:
Let’s bring out the best in you!
I’m trying to add the ”oleo script” google fontface to be used here, which to my knowledge is included with X.
I added the following css: font-family:”Oleo Script”, display;
but it doesnt seem to do the job. Any ideas?
Thanks!
March 12, 2017 at 7:50 am #1403788Hi There,
That font is not included with X, you have to import it by adding this CSS under style.css locates in your theme:
@import url('https://fonts.googleapis.com/css?family=Oleo+Script');
After that add this inline CSS:
font-family: 'Oleo Script', cursive;
Hope it helps 🙂
March 13, 2017 at 4:05 am #1404570Hi There,
Thanks for the help, but unfortunately that did not fix the issue:
http://orsi.decorolux.com/about-me/
I added the @import in appearance -> style.css
and then proceeded to add the inline in cornerstone.
Still won’t do the trick.
Any idea why?March 13, 2017 at 4:23 am #1404593Hi there,
Please add inline CSS
font-family: 'Oleo Script', cursive;
in element’s style filed that should have this font family.Hope it helps.
March 13, 2017 at 5:23 am #1404648Works like a charm. Sorry, my email client formatted the code weirdly for some reason. Anyway, thanks for the help!
March 13, 2017 at 5:41 am #1404685You’re most welcome 🙂
-
AuthorPosts