Embeded Fonts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TheServant
    Recognized Expert Top Contributor
    • Feb 2008
    • 1168

    Embeded Fonts

    Hey guys,
    Opinions on embeded fonts? I have two options, either make my buttons in photoshop and have them a images, or have text, but customize the font. I found this online, and even though I haven't tried it, I just want to know if this should even be persued? I am guessing it won't work on all browsers?

    [HTML]@font-face {
    font-family: newfontname;
    font-style: normal;
    src: url(newfontname .eot);
    }[/HTML]
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Only browsers with webkit, such as Safari. Don't recall where Opera and FF are on it though. It's a CSS3 thing so it's coming, just not there yet. Do not expect IE to get it for a long, long, loooong time.

    Comment

    Working...