freefontshare Free Fonts
  Top Fonts     Installation Guide     FAQ
Frequently Asked Questions


After downloading the font zip file,
1 - extract the contents. (font files in formats like .ttf, .otf, or .fon.)
2 - Find a suitable folder in your project to store the font files. (a folder like assets/fonts/ or fonts/ within your project directory.)
3 - Upload the font files to this folder.
4 - Next, you need to tell your website's CSS to use the font.
5 - Here's how you can do it: Example using @font-face in CSS:
      @font-face {
          font-family: "MyCustomFont";
          url("assets/fonts/mycustomfont.ttf") format("truetype");
          font-weight: normal;
          font-style: normal;
      }

Publication on this site is not automatic. There is a selection, each font is reviewed before being accepted or not. If it got accepted, you will receive an email once online, otherwise no email is sent.

The fonts presented on this website are their authors' property, and are either freeware, shareware, demo versions or public domain. The licence mentioned above the download button is just an indication. Please look at the readme-files in the archives or check the indicated author's website for details, and contact him/her if in doubt. If no author/licence is indicated that's because we don't have information, that doesn't mean it's free.




















Submit a Font  |   Privacy Policy  |   Contact  |   FAQ  |   Go to top🔼