ILT Webfonts are intended for self-hosting. That means that once you have purchased a license to your webfonts, you can host your fonts on your own server.

 

1. Download your Webfonts.

2. Upload your Webfonts to your web server. You can do this through your web host using something like CPanel. Alternatively, if you can upload your fonts to your server via FTP. 

3. To use webfonts in on your website, you need to link to your fonts in the <header> section of your webpage. You need to do this for each font:

 

@font-face {
  font-family: name_of_your_font;
  src: url(directory_your_font_is_in/name_of_your_font.woff);
}