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]
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]
Comment