Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS embedded font does not work on all IE???

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41215
    gwolff2005
    Member

    Hi guys,
    I need your help. My site [http://www.guntmarwolff.com](http://www.guntmarwolff.com “”) uses embedded font. Now on my computer it shows it on IE, although I have not installed the font, on another computer teh site is not displayed correctly. What did I do wrong? Please help me!

    Thank you!!!

    I use the following fontface code:
    @font-face {
    font-family: ‘Trajan Pro’;
    src: url(‘/fonts/trajanpro-regular-webfont.eot?’) format(‘eot’), url(‘/fonts/trajanpro-regular-webfont.woff’) format(‘woff’), url(‘GraublauWeb.ttf’) format(‘truetype’);
    }

    #116702
    gwolff2005
    Member

    Sorry I forgot: The othger IE has as well enabled the function to download fonts, so that cannot eb the problem… because it worked on that computer before, but just not now anymore….

    #116706
    chrisburton
    Participant

    You’re violating the EULA by trying to embed it with @font-face. Your best bet is to sign up for a Portfolio plan on Typekit.

    The font can be found here: https://typekit.com/fonts/trajan-pro-3

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.