Evermore Fonts

Free & open source fonts with quality.


Welcome

This webpage is the official and only homepage for the Evermore Fonts (f.k.a. Evermore Type Foundry) collection. You can browse our fonts using our library, or start using them with our free-to-use API.


About Us

Evermore Fonts is a completely open-source type foundry. We work by modifying existing open-source typefaces to enhance them and make them better, typically by expanding their character sets. Most of our fonts have the following character sets:

  • Latin
  • Greek
  • Cyrillic
  • But some of our fonts only contain the Latin and Cyrillic sets. Rarely do we ever publish fonts only have the Latin sets. This is because we have a philosophy of making our fonts accessible to as many people as possible.

    We started working in late 2023, but didn't start publishing our fonts until late 2024. We service a wide array of customers and have fun doing so.

    Most of our library consists of "variable-only" fonts, meaning that they only come in VF format. We do this to make it easier for web designers. For certain fonts, we will release them as both variable and static. For other fonts, they are only released as static fonts.

    If you need help with a font in our library, have any questions for us, or want us to help you with a project, please feel free to email us at evermorefonts@gmail.com. We will answer as soon as we can. Please note: we will not always choose to work on a project for you. It depents on our work load and what the project would entail.


    Our Library

    Our library is available through our delivery CDN and its partner API. Here is a list of our families, their types, the font files, and the CSS files.

    Family Name Based on Font Type Font File(s) CSS File(s) License
    Aktiff Mono Roboto Mono Variable VF-TTF CSS OFL
    Aristotle UI Raleway Variable VF-TTF CSS OFL
    Aurorasoft Sans Serif Arimo Variable VF-TTF CSS OFL
    Christmas Gothic Chomsky Static Regular
    Italic
    Bold
    Bold Italic
    CSS OFL
    Comic Education Comic Relief Static Regular
    Bold
    CSS OFL
    Dyfodol Jost* Static/Variable VF-TTF
    Regular
    Bold
    CSS (VF)
    CSS (Static)
    OFL
    Evermore Monde Noto Sans Variable Latin, Greek, Cyrillic
    Arabic
    Hebrew
    Japanese
    Thai
    CSS OFL
    HWI (Handwriting Without Issues) FRB American Cursive Static Regular
    Arrows Regular
    Dots Regular
    Bold
    Arrows Bold
    Dots Bold
    CSS OFL
    Kilroy Roboto Variable VF-TTF CSS Apache 2.0
    Libre Roman GNU FreeSerif Static Regular
    Bold
    Italic
    Bold Italic
    CSS GPL
    Lobisster Lobster Static Regular CSS OFL
    Macsen Domitian Static Regular
    Bold
    Italic
    Bold Italic
    CSS OFL
    Phenix Source Sans 3 Variable VF-TTF
    CSS OFL
    Signage Gothic Now Overpass Variable VF-TTF
    CSS OFL
    Vella Family Droid Static Vella Sans
    Vella Mono
    CSS Apache 2.0

    Evermore API

    Our custom font loading API lets you load any of our fonts, variable or static, in a few seconds. All you need to do is use the name of the font you want (see our library). It's as simple as that!

    Here are the steps to using or API:

    1. Choose a font from our library.
    2. Add <script src="https://sylfaen.pages.dev/library/evermorefonts.api.js"></script> to the <head> section of your code.
    3. In your JavaScript code, add evermorefonts.loadFont("Font Name"); and change "Font Name" to the name of the font you want, with the spaces.
    4. In your CSS code, write:
      font-family: "Font Name";
      font-weight: (100-900);
      font-style: (normal or italic);

      and make sure you fill in the correct information.
    5. Done! Check to make sure it works!

    Please note: this API is still being tested, so there may be some bugs. If you experience issues, please contact us.