Viewing 3 replies - 1 through 3 (of 3 total)
  • CSS works by use of inheritance, so if you define a font globally, and there a different font is defined on an element below this, it may not take. However, quickly you could try the following:

    body{ font-family:Arial !important;}

    Substitute the font you want for Arial. The !important part tries to enforce the rule so it should be taken above all others. Though, there could be a fixes you’ll need to make, but you should be able to then track where to remove the references.

    https://vudu.me/s6

    May also be helpful, I wrote an article a bit ago about changing up fonts. It’s got some general advice, nothing too technical

    Thread Starter inbalisrael

    (@inbalisrael)

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘changing fonts’ is closed to new replies.