CSS How to use Custom Fonts
CSS3 allows the use of custom fonts trough the @font-face rule. They are really easy to add and the syntax looks like this: This declares a font for use within your web page. An example would be: Now to apply the custom font to your text you can use the font-family property: A great source…