Embedding fonts in css file
HI everyone i am new to this css i am developing a website for that site i am using kannada fonts but i wnat to embed the fonts in css how to embed that can any one please give 开发者_如何学编程sugessions and solutions .. thanks in advance
This is a great guide to cross-browser @font-face
I don't think you can embed them, but you should be able to use the @font-face
to pull down your fonts. But it does not work in all browsers so beware.
精彩评论