I\'m currently building a LOB application in Silverlight 4. I\'ve been considering the question of typography for the application.
I just started using @font-face This is on top of my css @font-face { font-family: Avenir; src: url(../fonts/AvenirLTStd-Medium.otf);
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Right now I\'m trying desperately to get @font-face to work in my website. This is the code I am using right now.
Just wanted a confirmation for this: Firefox currently doesn\'t play well for picking custom fonts through a sub-domain via the font-face tag. Other browsers do this without any problems.
I\'ve to implement custom font in a website, What should be开发者_开发技巧 used. Client is providing custom fonts.
I am using @font-face on a site I am working on, and all is working perfectly cross-browser until I use a modal window to display an iframe.
On my website, my font family is Tw Cen MT, Gill Sans, Century Gothic, sans-serif. Obviouisly, not everyone is going to have Tw Cen MT, so I have chosen to try out the @font-face method.
As I\'m working through an SL3/SL4 application, and starting to work with fonts, I\'m finding a lack of documentation and best practices on font strategies. For example:
I\'m using a font in my site: http://www.fontsquirrel.com/fonts/Bentham But I have a problem: This @font-face displayed font looks dif开发者_如何学JAVAferent in every supported browser.