Check a Font is installed in Client machine in ASP.NET -


In my asp.net application, I am using Shylbree as my font in the stylesheet. But the Calibri office has come up with 2007, so my stylesheet does not work with client machines who do not have special fonts installed, how can I check if the client has a font in the client machine, Can I install in the machine when opening the page?

If you need a specific font, see - you can embed the fonts without HTML Can be installed on end users' computers.


Comments

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -