Go to file
Koen Lageveen 68051edcaf update listing 2024-04-20 21:07:34 +02:00
.github add visitor count 2023-07-08 14:47:19 +02:00
asset-sources Add filter button for zero style (empty, slash, dot) 2020-10-10 13:28:07 +02:00
fonts add audio-link 2024-04-20 21:01:45 +02:00
merriweather switch to merriweather for ui font 2020-10-14 17:46:35 +02:00
modules but let's not search in descriptions 2023-08-19 14:41:26 +02:00
.eslintrc.json switch from rome back to trusty old eslint 2023-06-20 22:30:13 +02:00
.gitignore setup dependencies via npm 2019-12-04 20:42:49 +01:00
CNAME Update CNAME 2020-05-21 07:26:52 +02:00
LICENSE Create LICENSE 2017-08-20 12:18:39 +02:00
Makefile improved modularization 2023-07-05 16:42:30 +02:00
README.md update listing 2024-04-20 21:07:34 +02:00
favicon.png favicons 2017-07-30 12:12:21 +02:00
fonts-schema.json make all license info explicit, required 2023-12-29 20:44:25 +01:00
fonts.json add audio-link 2024-04-20 21:01:45 +02:00
fonts.sublime-project add some metadata and validate against schema 2017-07-22 17:26:12 +02:00
index.css keep description visible on slightly smaller screens 2023-08-19 14:41:50 +02:00
index.html remove discord 2024-02-25 17:52:51 +01:00
index.js visual tweaks and more metadata 2023-07-22 15:46:59 +02:00
listing.py add quick view links to the listing 2024-02-25 17:58:46 +01:00
package-lock.json npm audit fix 2023-07-11 21:55:23 +02:00
package.json install less not lessc 2023-07-03 20:30:59 +02:00
quickBrown.md feat: add 8 for comparison to 0 2019-01-21 08:53:11 -06:00
safari-pinned-tab.svg favicons 2017-07-30 12:12:21 +02:00

README.md

Programming Fonts

Test drive programming fonts online in your browser. The interactive counter part of the Tumblr Blog.

ProgrammingFonts.org makes it easier to find monospaced fonts. All fonts in one place, with proper credits towards the creators. It's not a download portal, we don't track anything, it's strictly by nerds and designers for nerds and designers.

Buy me a coffee

👌🏻

This website is powered by coffee. No ads, no tracking, no monetization. We do have some costs for domain name. And coffee. Gallons of coffee. Please feel free to make a little donation via PayPal to keep this labour of love running. It's much appreciated!

Project layout / contributing

  • All information about the fonts is stored in fonts.json.
  • Font files are stored in fonts/resources.
    • We store only 4 variants (if available), in .woff2 format (if available): regular, italic, bold, bold+italic
  • All font files (and directories) are normalized to lowercase, without -mono unless it's really part of the name.
  • The fonts.less registers the variants for each font "alias" and is used to generate the stylesheets.
  • The license needs to allow serving in a website, or an agreement with the font creators needs to be made. If available we add a license file along with the font files.
  • Running make checks the json and builds the stylesheet.
  • Run python3 listing.py to print an updated list of all the fonts, be sure to update this README with your addition.

Notable omissions

A complete list of fonts in this project is all the way at the bottom of this README. However, some fonts are not included in the project:

Commercially licensed fonts

We've been able to license some commercial fonts for programmingfonts.org, but there are simply too many out there... including:

Curious "Free" Fonts

To date we've been unable to find a reliable source of information or downloads for these fonts, although we know they're out there:

  • Cruft
  • Espresso Mono

Bitmap FON files

Some bitmap fonts are only available in (Windows) FON files. Sometimes conversions to TTF are available, but they don't always work. Sadly we can't include these on the website:

Still to be added

Limitations of this project

There are sometimes near infinite variations of certain fonts. Take for instance the variable weights and all the options of a configurable font like Commit Mono. Certain fonts also come with dozens of (OpenType) variations to change shapes of characters, zero styles, ligatures, etc. We hint at these possibilities in programmingfonts.org, but for details you really need to explore the websites of these fonts.

Therefore:

  • We only include the basic 4 styles of any font to ensure correct rendering in the preview, but don't let you explore all the weights and variation.
  • Open type alternatives for zero style, and other options (e.g. all the different variations possible with Input Mono) are not exposed.
  • Character set coverage and other valuable information, e.g. if a font has true italics, is not exposed. If you have specific use cases, known candidates for wide character set coverage include Noto, DejaVu and GNU Unifont, whereas M+ covers most CJK sets.

All the fonts