2/11/14

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 reference of HTML codes for special characters (letters with accents, tildes, etc.):
http://www.w3schools.com/charsets/ref_html_utf8.asp
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