I am developing a site for someone, but they want (insist) that the name be in a non-standard font. (The client is always right.) I have a TrueType font (.ttf), but how can I link it to a website so that it uses it?
I tried to put it in the Images folder and tried to access it with a list of styles:
font-family:URL(Images/Arial_Rounded_MT_Bold.ttf)
But that did not work. How to include a custom font in a way that will be displayed?
In case this is useful, this is an ASP.NET 2.0 site.
source
share