Tagged: x
-
AuthorPosts
-
January 19, 2017 at 8:03 am #1336624
Benjamin HParticipantHi, I added some CSS to my custom headline element to change the font. I don’t want to change it for all H2 headlines on the site, so I just put it in the individual elements that I wanted to be different. The issue I’m running into is that it shows up differently on different computers. On some, it shows up correctly; on others, it shows up as a completely different font. It is a google font, so I thought that it would work across computers? Any help would be appreciated. Thanks!
Here is an example link: http://www.lvbaptist.org/adammeadowcroft/
January 19, 2017 at 10:00 am #1336784
RupokMemberHi there,
Thanks for writing in! I am not sure which are you are referring but I found that you are using font-family: cursive; to a headline – http://prntscr.com/dxoukt
Note that cursive is not a font family-name rather generic-family. That is there are lots of fonts family that belongs to cursive. So if you just use cursive, the device will show it’s available font that belongs to cursive generic family.
You should use like :
font-family: Comic Sans MS, Comic Sans, cursiveSo it will try to show the Comic Sans MS first. If it’s not available then Comic Sans and if it’s still not available then any Cursive font from the system of the device.
Hope this clarifies better.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1336624 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
