1
0
Fork 0
mirror of synced 2024-05-20 12:33:29 +12:00
FiraCode/README.md

246 lines
10 KiB
Markdown
Raw Normal View History

2020-04-10 04:56:19 +12:00
## Fira Code: free monospaced font with programming ligatures
2014-11-12 08:47:04 +13:00
2020-04-10 04:56:19 +12:00
<img src="./extras/logo.svg">
2015-07-31 00:27:45 +12:00
2014-11-12 08:47:04 +13:00
### Problem
2016-04-02 01:45:12 +13:00
Programmers use a lot of symbols, often encoded with several characters. For the human brain, sequences like `->`, `<=` or `:=` are single logical tokens, even if they take two or three characters on the screen. Your eye spends a non-zero amount of energy to scan, parse and join multiple characters into a single logical one. Ideally, all programming languages should be designed with full-fledged Unicode symbols for operators, but thats not the case yet.
2014-11-12 08:47:04 +13:00
### Solution
2020-04-10 04:56:19 +12:00
Fira Code is a free monospaced font containing ligatures for common programming multi-character combinations. This is just a font rendering feature: underlying code remains ASCII-compatible. This helps to read and understand code faster. For some frequent sequences like `..` or `//`, ligatures allow us to correct spacing.
2015-12-21 20:29:09 +13:00
2020-04-10 04:56:19 +12:00
### Download & Install
2018-09-19 07:39:18 +12:00
<a href="https://github.com/tonsky/FiraCode/releases/download/5.2/Fira_Code_v5.2.zip"><img src="./extras/download.png" width="520" height="130"></a>
2014-11-12 08:47:04 +13:00
2020-04-10 04:56:19 +12:00
Then:
- <a href="https://github.com/tonsky/FiraCode/wiki">How to Install</a>
- <a href="https://github.com/tonsky/FiraCode/wiki#troubleshooting">Troubleshooting</a>
- <a href="https://twitter.com/FiraCode">News & Updates</a>
### Support
<a href="https://github.com/sponsors/tonsky" target="_blank"><img src="./extras/sponsor.png"></a>
Fira Code is a personal, free-time project with no funding and a huge [feature request backlog](https://github.com/tonsky/FiraCode/issues). If you love it, consider supporting its development via [GitHub Sponsors](https://github.com/sponsors/tonsky) or [Patreon](https://patreon.com/tonsky). Any help counts!
2020-04-10 04:56:19 +12:00
### Whats in the box?
Left: ligatures as rendered in Fira Code. Right: same character sequences without ligatures.
2020-05-18 09:34:17 +12:00
<img src="./extras/ligatures.png" width="754" height="1326">
2020-04-10 04:56:19 +12:00
Fira Code comes with a huge variety of arrows. Even better: you can make them as long as you like and combine start/middle/end fragments however you want!
2020-04-10 04:56:19 +12:00
2020-05-18 09:34:17 +12:00
<img src="./extras/arrows.png" width="754" height="799">
2020-04-10 04:56:19 +12:00
2020-05-18 09:34:17 +12:00
Fira Code is not only about ligatures. Some fine-tuning is done for punctuation and frequent letter pairs.
2020-04-10 04:56:19 +12:00
2020-05-18 09:34:17 +12:00
<img src="./extras/typographics.png" width="754" height="649">
2014-11-12 08:47:04 +13:00
Fira Code comes with a few different character variants, so that everyone can choose whats best for them. [How to enable](https://github.com/tonsky/FiraCode/wiki/How-to-enable-stylistic-sets)
2016-08-30 23:34:40 +12:00
2020-05-18 09:34:17 +12:00
<img src="./extras/stylistic_sets.png" width="754" height="391">
2016-08-30 23:34:40 +12:00
Being a programming font, Fira Code has fantastic support for ASCII/box drawing, powerline and other forms of console UIs.
2016-08-30 23:34:40 +12:00
2020-05-18 09:34:17 +12:00
<img src="./extras/console.png" width="754" height="357">
2016-08-30 23:34:40 +12:00
Unicode coverage makes Fira Code a great choice for mathematical writing.
2017-09-29 01:13:33 +13:00
2020-05-18 09:34:17 +12:00
<img src="./extras/math.png" width="754" height="289">
2017-09-29 01:13:33 +13:00
2020-05-18 09:34:17 +12:00
### How does it look?
2016-08-30 23:34:40 +12:00
2020-05-18 09:34:17 +12:00
<img src="./extras/samples.png" width="754" height="1068">
<img src="./extras/samples2.png" width="754" height="1257">
2015-12-21 03:51:56 +13:00
2020-04-10 04:56:19 +12:00
### Editor compatibility list
2014-11-12 08:47:04 +13:00
| Works | Doesnt work |
2020-05-18 09:34:17 +12:00
|-------|----------------|
| **Abricotine** | **Arduino IDE** |
| **Android Studio** (2.3+, [instructions](https://github.com/tonsky/FiraCode/wiki/Intellij-products-instructions)) | **Adobe Dreamweaver** |
| **Anjuta** (unless at the EOF) | **Delphi IDE** |
| **AppCode** (2016.2+, [instructions](https://github.com/tonsky/FiraCode/wiki/Intellij-products-instructions)) | Standalone **Emacs** ([workaround](https://github.com/tonsky/FiraCode/wiki/Emacs-instructions)) |
| **Atom** 1.1 or newer ([instructions](https://github.com/tonsky/FiraCode/wiki/Atom-instructions)) | **Geany** (Windows) |
| **BBEdit/TextWrangler** (v. 11 only, [instructions](https://github.com/tonsky/FiraCode/wiki/BBEdit-instructions)) | **Godot** ([issue](https://github.com/godotengine/godot/issues/9961)) |
| **Brackets** (with [this plugin](https://github.com/polo2ro/firacode-in-brackets)) | **gVim** (Windows [workaround](https://github.com/tonsky/FiraCode/issues/462)) |
| **Chocolat** | **IDLE** |
| **CLion** (2016.2+, [instructions](https://github.com/tonsky/FiraCode/wiki/Intellij-products-instructions)) | **KDevelop 4** |
| **Cloud9** ([instructions](https://github.com/tonsky/FiraCode/wiki/Cloud9-Instructions)) | **MATLAB** |
| **Coda 2** | **Monkey Studio IDE** |
| **CodeLite** | **UltraEdit** |
| **CotEditor** |
| **Eclipse** |
| **elementary Code** |
| **Geany** (macOS) |
| **gEdit / Pluma** |
| **GNOME Builder** |
| **GoormIDE** ([instructions](https://github.com/tonsky/FiraCode/wiki/GoormIDE-Instructions)) |
| **IntelliJ IDEA** (2016.2+, [instructions](https://github.com/tonsky/FiraCode/wiki/Intellij-products-instructions)) |
| **Kate, KWrite** |
2019-06-03 22:22:45 +12:00
| **KDevelop 5+** |
| **Komodo** |
| **Leafpad** |
| **LibreOffice** |
| **LightTable** ([instructions](https://github.com/tonsky/FiraCode/wiki/LightTable-instructions)) |
| **LINQPad** |
| **MacVim** 7.4 or newer ([instructions](https://github.com/tonsky/FiraCode/wiki/MacVim-instructions)) |
| **Mancy** |
| **Meld** |
| **Mousepad** |
2018-03-13 22:51:38 +13:00
| **NeoVim-gtk** |
| **NetBeans** |
| **Notepad** (Windows) |
| **Notepad++** (with a [workaround](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2287#issuecomment-256638098)) |
2019-11-16 01:32:53 +13:00
| **Notepad3** ([instructions](https://github.com/rizonesoft/Notepad3/issues/361#issuecomment-365977420))|
| **PhpStorm** (2016.2+, [instructions](https://github.com/tonsky/FiraCode/wiki/Intellij-products-instructions)) |
| **PyCharm** (2016.2+, [instructions](https://github.com/tonsky/FiraCode/wiki/Intellij-products-instructions)) |
| **QtCreator** |
| **Rider** |
| **RStudio** ([instructions](https://github.com/tonsky/FiraCode/wiki/RStudio-instructions)) |
| **RubyMine** (2016.2+, [instructions](https://github.com/tonsky/FiraCode/wiki/Intellij-products-instructions)) |
| **Scratch** |
2019-01-03 05:22:28 +13:00
| **Scribus** (1.5.3+) |
| **SublimeText** (3146+) |
2017-03-31 02:23:15 +13:00
| **Spyder IDE** (only with Qt5) |
| **SuperCollider 3** |
| **TextAdept** (Linux, macOS) |
| **TextEdit** |
| **TextMate 2** |
| **VimR** ([instructions](https://github.com/qvacua/vimr/wiki#ligatures)) |
2019-05-31 23:12:26 +12:00
| **Visual Studio** (2015+, [instructions](https://github.com/tonsky/FiraCode/wiki/Visual-Studio-Instructions)) |
| **Visual Studio Code** ([instructions](https://github.com/tonsky/FiraCode/wiki/VS-Code-Instructions)) |
| **WebStorm** (2016.2+, [instructions](https://github.com/tonsky/FiraCode/wiki/Intellij-products-instructions)) |
| **Xamarin Studio/Monodevelop** |
2017-08-08 01:27:23 +12:00
| **Xcode** (8.0+, otherwise [with plugin](https://github.com/robertvojta/LigatureXcodePlugin)) |
| **Xi** |
| Probably work: **Smultron, Vico** | Under question: **Code::Blocks IDE** |
2014-11-12 08:47:04 +13:00
2020-05-18 09:34:17 +12:00
### Terminal compatibility list
#### Cross Platform (incl. Web)
| Works | Doesnt work |
|--------------------|--------------------|
| **[Butterfly](https://github.com/paradoxxxzero/butterfly)** | **[Alacritty](https://github.com/alacritty/alacritty)** |
| | **[Hyper.app](https://hyper.is)** (see [issue #3607](https://github.com/vercel/hyper/issues/3607) |
| **[Kitty](https://sw.kovidgoyal.net/kitty/)** | |
#### Linux only
2020-05-18 09:34:17 +12:00
| Works | Doesnt work |
|--------------------|--------------------|
| **Konsole** | **mate-terminal** |
| **QTerminal** | **rxvt** |
| **Termux** | **GNOME Terminal** |
| | **gtkterm, guake, LXTerminal, sakura, Terminator, xfce4-terminal,** and other libvte-based terminals ([bug report](https://bugzilla.gnome.org/show_bug.cgi?id=584160)) |
| **st** ([patch](https://st.suckless.org/patches/ligatures/)) | **xterm** |
#### Mac only
| Works | Doesnt work |
|--------------------|--------------------|
| **iTerm 2** ([3.1+](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)) | |
| **Terminal.app** | |
| **ZOC** (macOS) | |
#### Windows only
| Works | Doesnt work |
|--------------------|--------------------|
| **Windows Terminal** | **Windows Console (conhost.exe)** |
| **mintty** (partial support [2.8.3+](https://github.com/mintty/mintty/issues/601))| **PuTTY** |
| **[Token2Shell/MD](https://token2shell.com)** | **Cmder** |
| | **ConEmu** |
| | **ZOC** (Windows) |
#### ChromeOS only
| Works | Doesnt work |
|--------------------|--------------------|
| **crosh** (ChromeOS, [instructions](https://github.com/tonsky/FiraCode/wiki/ChromeOS-Terminal)) | |
2020-05-18 09:34:17 +12:00
### Browser support
2015-05-08 02:41:30 +12:00
```html
<!-- HTML -->
2020-05-18 09:34:17 +12:00
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tonsky/FiraCode@4/distr/fira_code.css">
```
```css
/* CSS */
2020-05-18 09:34:17 +12:00
@import url(https://cdn.jsdelivr.net/gh/tonsky/FiraCode@4/distr/fira_code.css);
```
```css
/* Specify in CSS */
code { font-family: 'Fira Code', monospace; }
@supports (font-variation-settings: normal) {
code { font-family: 'Fira Code VF', monospace; }
}
```
- IE 10+, Edge Legacy: enable with `font-feature-settings: "calt";`
- Firefox
2015-12-20 21:20:33 +13:00
- Safari
- Chromium-based browsers (Chrome, Opera)
2015-12-22 09:12:16 +13:00
- ACE
- CodeMirror (enable with `font-variant-ligatures: contextual;`)
2016-07-19 03:02:34 +12:00
2017-02-16 08:07:49 +13:00
### Projects using Fira Code
- All [JetBrains products](https://www.jetbrains.com/)
2017-02-16 22:17:37 +13:00
- [CodePen](https://codepen.io/)
2017-02-16 08:07:49 +13:00
- [Blink Shell](http://www.blink.sh/)
- [Klipse](http://app.klipse.tech/)
- [IlyaBirman.net](http://ilyabirman.net/)
- [EvilMartians.com](https://evilmartians.com/)
- [Web Maker](https://webmakerapp.com/)
- [FromScratch](https://fromscratch.rocks/)
- [PEP20.org](https://pep20.org/)
2016-07-19 03:02:34 +12:00
### Alternatives
2020-05-18 09:34:17 +12:00
Free monospaced fonts with ligatures:
2020-04-10 04:56:19 +12:00
- [Hasklig](https://github.com/i-tu/Hasklig)
- [Monoid](http://larsenwork.com/monoid/)
- [Fixedsys Excelsior](https://github.com/kika/fixedsys)
- [Iosevka](https://be5invis.github.io/Iosevka/)
- [DejaVu Sans Code](https://github.com/SSNikolaevich/DejaVuSansCode)
- [Victor Mono](https://rubjo.github.io/victor-mono/)
- [Cascadia Code](https://github.com/microsoft/cascadia-code)
- [JetBrains Mono](https://github.com/JetBrains/JetBrainsMono)
Paid monospaced fonts with ligatures:
- [PragmataPro](http://www.fsd.it/fonts/pragmatapro.htm)
2020-10-23 22:27:03 +13:00
- [Mono Lisa](https://a.paddle.com/v2/click/105822/122582?link=2447)
### Building Fira Code locally
2019-04-05 09:05:55 +13:00
In case you want to alter FiraCode.glyphs and build OTF/TTF/WOFF files yourself, this is the setup I use on macOS:
2019-04-05 09:05:55 +13:00
```bash
# install all required build tools
./script/bootstrap
2019-04-05 09:05:55 +13:00
# build the font files
./script/build
# install OTFs to ~/Library/Fonts
./script/install
```
2019-04-05 09:05:55 +13:00
2014-11-12 08:47:04 +13:00
### Credits
2016-04-17 03:16:36 +12:00
- Author: Nikita Prokopov [@nikitonsky](https://twitter.com/nikitonsky)
- Based on: [Fira Mono](https://github.com/mozilla/Fira)
- Inspired by: [Hasklig](https://github.com/i-tu/Hasklig)