@@ -8,7 +8,7 @@ Programmers use a lot of symbols, often encoded with several characters. For hum
88
99### Solution
1010
11- #### Download [ Fira Code v1.101 ] ( https://github.com/tonsky/FiraCode/releases/download/1.101 /FiraCode_1.101 .zip ) | Follow updates 📢 [ @FiraCode ] ( https://twitter.com/FiraCode )
11+ #### Download [ Fira Code v1.102 ] ( https://github.com/tonsky/FiraCode/releases/download/1.102 /FiraCode_1.102 .zip ) | Follow updates 📢 [ @FiraCode ] ( https://twitter.com/FiraCode )
1212
1313
1414Fira Code is a Fira Mono font extended with a set of 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.
@@ -27,14 +27,15 @@ Work | Don’t work
2727
2828Work | Don’t work
2929--------|----------------
30- ** Atom** 1.1 or newer ([ instructions] ( https://github.com/tonsky/FiraCode/wiki/Atom-instructions ) ) | SublimeText ([ vote here] ( http://sublimetext.userecho.com/topic/1030059-does-sublimetext-support-programming-ligatures-fontlike-fira-code/ ) )
31- ** Xcode** (with [ this plugin] ( https://github.com/robertvojta/LigatureXcodePlugin ) ) | ** Intellij Idea-based** ([ vote here] ( https://youtrack.jetbrains.com/issue/IDEA-127539 ) )
30+ ** Atom** 1.1 or newer ([ instructions] ( https://github.com/tonsky/FiraCode/wiki/Atom-instructions ) ) | ** SublimeText** ([ vote here] ( http://sublimetext.userecho.com/topic/1030059-does-sublimetext-support-programming-ligatures-fontlike-fira-code/ ) )
31+ ** Intellij products** ([ instructions] ( https://github.com/tonsky/FiraCode/wiki/Intellij-products-instructions ) ) | ** Xamarin Studio/Monodevelop**
32+ ** Eclipse** (Linux) | ** Eclipse** (Mac and Win, [ vote here] ( https://bugs.eclipse.org/bugs/show_bug.cgi?id=398656 ) )
3233** Visual Studio** | ** Visual Studio Code** ([ issue] ( https://github.com/Microsoft/vscode/issues/192 ) )
33- ** TextMate 2** | ** Standalone Emacs** ([ workaround] ( https://github.com/tonsky/FiraCode/wiki/Setting-up-Emacs ) )
3434** MacVim** 7.4 or newer ([ instructions] ( https://github.com/tonsky/FiraCode/wiki/MacVim-instructions ) ) | ** gVim**
35- ** Coda 2** | ** Notepad++**
36- ** Eclipse** (Linux) | ** Eclipse** (Mac and Win, [ vote here] ( https://bugs.eclipse.org/bugs/show_bug.cgi?id=398656 ) )
37- ** QtCreator** | ** Xamarin Studio/Monodevelop**
35+ ** Xcode** (with [ this plugin] ( https://github.com/robertvojta/LigatureXcodePlugin ) ) | ** Standalone Emacs** ([ workaround] ( https://github.com/tonsky/FiraCode/wiki/Setting-up-Emacs ) )
36+ ** TextMate 2** | ** Notepad++**
37+ ** Coda 2** |
38+ ** QtCreator** |
3839** LightTable** ([ instructions] ( https://github.com/tonsky/FiraCode/wiki/LightTable-instructions ) ) |
3940** BBEdit** ([ instructions] ( https://github.com/tonsky/FiraCode/wiki/BBEdit-instructions ) ) |
4041** RStudio** |
@@ -88,6 +89,10 @@ Another monospaced fonts with ligatures:
8889
8990### Credits
9091
92+ My name is Nikita Prokopov ([ @nikitonsky ] ( https://twitter.com/nikitonsky ) ).
93+
94+ Official Fira Code twitter: [ @FiraCode ] ( https://twitter.com/FiraCode ) (subscribe for updates & announcements)
95+
9196This work is based on OFL-licensed [ Fira Mono font] ( https://github.com/mozilla/Fira ) . Original Fira Mono font was not changed, only extended.
9297
9398Fira Code was inspired by [ Hasklig font] ( https://github.com/i-tu/Hasklig ) : Ligatures for Haskell code.
@@ -96,6 +101,12 @@ Thanks Georg Seifert for providing a [Glyphs 2](https://glyphsapp.com) license.
96101
97102### Changelog
98103
104+ #### 1.102
105+
106+ - Support for Intellij-based IDEs ([ instructions] ( https://github.com/tonsky/FiraCode/wiki/Intellij-products-instructions ) )
107+ - Turned on autohinting
108+
109+
99110#### 1.101
100111
101112- Added Light weight
0 commit comments