Sunday, February 10, 2013

Custom Fonts

Tools for using a custom font in your HTML/CSS based project:

First, find a font:

Second, generate a font-face kit:

Store the new font files in your project folder. Declare your font-face in your CSS document. Here is an example.

Also, here is a list of HTML codes for special characters (letters with accents, tildes, etc.):
http://www.ascii.cl/htmlcodes.htm
Simply substitute the un-special word for the HTML code. (You may need to check your custom font to make sure it in fact supports special characters.)

No comments:

Post a Comment