Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1336624
    Benjamin H
    Participant

    Hi, 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/

    #1336784
    Rupok
    Member

    Hi 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, cursive

    So 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!

  • <script> jQuery(function($){ $("#no-reply-1336624 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>