• hi,
    I installed and changed the font on navbar and the headers to “salt rock”, however, on other computers the new font is not showing. i assume its because the other computer do not have that font installed, BUT i did saw this font on a different site before i installed it.
    Am i missing something?
    http://www.emotionalwellnessforjewishwomen.com/

Viewing 1 replies (of 1 total)
  • why don’t you just do a simple thing and add this code to your header.php (somewhere under style.css)

    <link href='http://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>

    and call it in your css as:

    font-family: ‘Rock Salt’, cursive;

    (I just copied code from google fonts)

Viewing 1 replies (of 1 total)
  • The topic ‘why can't i see the font i installed on a different laptop?’ is closed to new replies.