-
AuthorPosts
-
January 7, 2016 at 1:47 am #735470
I am trying to change the font to Oleo Script in the Style box using CornerStone. Apparently it’s not changing the wordings. Can help please?
January 7, 2016 at 1:47 am #735471This reply has been marked as private.January 7, 2016 at 2:08 am #735487Hello There,
Thanks for writing in! Please edit your page in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS
@import url(https://fonts.googleapis.com/css?family=Oleo+Script);
The inline css you have added in the raw content element should work.
Hope this helps. Kindly let us know.January 7, 2016 at 7:20 pm #736744Great. You made my day!
January 7, 2016 at 8:31 pm #736848Happy to hear that.
Feel free to ask us again.
Have a great day! 🙂
January 10, 2016 at 8:27 pm #740129If I need two different google fonts, should I include two lines in my Custom Css as below?
@import url(https://fonts.googleapis.com/css?family=Oleo+Script);
@import url(https://fonts.googleapis.com/css?family=Lobster Two);
January 10, 2016 at 8:35 pm #740140Hello There,
If you need two google font, you can use this instead:
@import url(https://fonts.googleapis.com/css?family=Oleo+Script|Lobster+Two);
For more details about how to use Google fonts in your site, please check this out: https://www.google.com/fonts#UsePlace:use
Hope this helps.
-
AuthorPosts