• Hello, I installed all the different types of font formats into my font folder, and the font will load on my computer (chrome) but it won’t load on all the different other web browsers or my client’s computer (shes using chrome as well). Is there a way of fixing this? Here is the code:

    @font-face {
    font-family: ‘Univers-LightUltraCondensed’;
    src: url(‘Univers-LightUltraCondensed.eot’) format(’embedded-opentype’);
    font-weight: normal;
    font-style: normal;
    }

    What seems to be the problem????
    Here is the website:

    http://www.pharmatek.com/blog

    thanks.

Viewing 1 replies (of 1 total)
  • Moderator Marius L. J.

    (@clorith)

    Hi,

    The reason you are seeing the right font, is most likely caused by your computer having the fonts installed locally already.

    It’s quite uncommon for generic webservers to have the format support for web fonts added in, as this has to be defined on the server level before it will work. (this is why services like Google Fonts are so great, they handle all those things for you).

    So look into the server setup and if it supports font formats serving, if it doesn’t, you won’t see the fonts on computers that don’t have it installed locally 🙂

Viewing 1 replies (of 1 total)

The topic ‘Font not working on different interweb’ is closed to new replies.