css embedding fonts
css embedding fonts
Out of context: Reply #17
- Started
- Last post
- 18 Responses
- Fizik0
wow, where'd the sIFR conversation come from;
There was a way to use CSS to embed a custom font back in the day -- IE introduced support for it, still has it, but not widespread. You can convert a TrueType font to an .eot file with MS WEFT software (Web Embedded Font Type) and then specify the file as a src: url(filename) in you css..... google it.