programmingfonts/README.md

79 lines
4.7 KiB
Markdown
Raw Normal View History

2014-11-18 23:56:44 +01:00
Programming Fonts
2014-11-18 21:45:29 +01:00
================
Test drive programming fonts [online in your browser](https://www.programmingfonts.org/). The interactive counter part of the [Tumblr Blog](https://programmingfonts.tumblr.com).
2020-10-10 13:27:09 +02:00
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.
2023-07-25 21:16:43 +02:00
💬 Join the conversation, or recommend new fonts, on our [Discord server](https://discord.gg/feUp7rVs4Q)!
2020-10-10 13:27:09 +02:00
## Buy me a coffee
☕️👌🏻
2023-06-10 19:10:07 +02:00
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.
2022-02-26 22:05:42 +01:00
Please feel free to make a little [donation via PayPal](https://paypal.me/koenlageveen) to keep this labour of love running. It's much appreciated!
2020-10-10 13:27:09 +02:00
2022-02-26 22:05:42 +01:00
## Project layout / contributing
2020-10-10 13:27:09 +02:00
- All information about the fonts is stored in [fonts.json](https://github.com/braver/programmingfonts/blob/gh-pages/fonts.json).
- Which adheres to [a schema](https://github.com/braver/programmingfonts/blob/gh-pages/fonts-schema.json).
- Font files are stored in [fonts/resources](https://github.com/braver/programmingfonts/tree/gh-pages/fonts/resources).
2023-05-20 12:10:53 +02:00
- We store only 4 variants (if available), in `.woff2` format (if available): regular, italic, bold, bold+italic
2020-10-10 13:27:09 +02:00
- All font files (and directories) are normalized to lowercase, without `-mono` unless it's really part of the name.
2022-02-26 22:05:42 +01:00
- The [fonts.less](https://github.com/braver/programmingfonts/blob/gh-pages/fonts/stylesheets/fonts.less) registers the variants for each font "alias" and is used to generate the stylesheets.
2023-08-04 22:27:18 +02:00
- 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.
2023-07-03 20:28:10 +02:00
- Running `make` checks the json and builds the stylesheet.
2020-10-10 13:27:09 +02:00
2023-08-04 22:27:18 +02:00
## Notable omissions
2020-10-10 13:27:09 +02:00
2023-08-04 22:27:18 +02:00
### Commercially licensed fonts
2020-10-10 13:27:09 +02:00
2023-08-04 22:27:18 +02:00
We've been able to license some commercial fonts for programmingfonts.org, but there are so many out there, including:
- Andale: https://learn.microsoft.com/en-us/typography/font-list/andale-mono
- Aperçu: https://www.colophon-foundry.org/typefaces/apercu
- Berkeley Mono: https://berkeleygraphics.com/typefaces/berkeley-mono/
- Consolas: https://learn.microsoft.com/en-us/typography/font-list/consolas
- Courier (New): https://learn.microsoft.com/en-us/typography/font-list/courier-new
- Dank Mono: https://philpl.gumroad.com/l/dank-mono
- Lucida Console: https://learn.microsoft.com/en-us/typography/font-list/lucida-console
- Menlo: https://en.wikipedia.org/wiki/Menlo_(typeface)
- Monaco: https://en.wikipedia.org/wiki/Monaco_(typeface)
- MonoLisa: https://www.monolisa.dev
- Native: https://fortfoundry.com/fonts/native
- Operator: https://www.typography.com/fonts/operator/overview
- PragmataPro: https://fsd.it/shop/fonts/pragmatapro/
- San Francisco Mono: https://developer.apple.com/fonts/
### 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:
- Dina: https://www.dcmembers.com/jibsen/download/61/
- Triskweline: http://www.netalive.org/tinkering/triskweline/
### Still to be added
- Ricty Diminished: https://github.com/edihbrandon/RictyDiminished (combines Inconsolata for Latin script with M+ for others)
- Sarasa-Gothic: https://github.com/be5invis/Sarasa-Gothic A CJK programming font based on Iosevka and Source Han Sans.
- P8: https://github.com/juanitogan/p8-programming-fonts
## Limitations
There are sometimes near infinite variations of certain fonts. Take for isntance variable weights. And certain fonts 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.
2020-10-10 13:27:09 +02:00
- Open type alternatives for zero style, and other options (e.g. all the different variations possible with [Input Mono](https://input.fontbureau.com)) are not exposed.
2023-08-04 22:27:18 +02:00
- 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.