Need Help on CSS External Font Setting

by 3 replies
4
Hello,

I get ugly large Times New Roman fonts on my site, despite having set external font types with the TTF font files uploaded as well...

Details...

This is the inline setting in the HTML page:



And this is the CSS setting:



How can I set the titles to be fed by the uploaded steelfish.ttf font file?

Currently the settings only run on machines that have the Steelfish font uploaded.
#website design #css #external #font #setting





  • Code:
     



    Code:
     
    You might try Googling Embeded Webfonts

    Also servers can be real persnickety about the structure of your code you use to build this things like directory path etc. etc.
  • Sorry... that's not working for me...

    I tried this and uploaded 4 formats for the font:



    I am able to use it successfully with several titles, but it doesn't work in IE!
  • ...meanwhile I managed to solve the problem

    Obviously these browser incompatibilities and the .ttf to .eot converters were the primary cause of the problem.

    But I rewrote the code an now it works!

Next Topics on Trending Feed