How can we help?

Ask the font experts. Get help with fonts from I Love Typography

How do I use webfonts?

Font Formats

How do I use webfonts?

Using Webfonts on your website

Last updated on 16 Jun, 2021

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);
}

 

Did you find this article helpful?
Previous

Can I host my own webfonts?

Next