Using custom fonts using CSS?

Generically, you can use a custom font using @font-face in your CSS. Here’s a very basic example: Then, trivially, to use the font on a specific element: (.classname is your selector). Note that certain font-formats don’t work on all browsers; you can use fontsquirrel.com‘s generator to avoid too much effort converting. You can find a … Read more