I’m looking for a server application in PHP, ASP.NET or whatever it’s written that serve right font format based on request user agent. Just like what Google Fonts do.
I couldn’t find anything online and I’m guessing that somebody should make it, if I want to start making it then when should I start? Do you know good resource for font formats that different browsers accept and also do you know any open source “font converter” that I can use if I decided to make this app?
Check out http://www.fontsquirrel.com/
Their @font-face Generator is a good start. Uses CSS, and creates a sperate CSS file, so you just need to call the font family in further CSS calls. It also converts your fonts for multi-browswer suports and creates the appropriate command. Hope this helps.