Skip to content

Commit 6e79d86

Browse files
committed
Intellij support
1 parent 6dbf892 commit 6e79d86

File tree

8 files changed

+41
-27
lines changed

8 files changed

+41
-27
lines changed

FiraCode-Bold.otf

31.7 KB
Binary file not shown.

FiraCode-Light.otf

27.1 KB
Binary file not shown.

FiraCode-Medium.otf

29.4 KB
Binary file not shown.

FiraCode-Regular.otf

27.9 KB
Binary file not shown.

FiraCode-Retina.otf

28.2 KB
Binary file not shown.

FiraCode.glyphs

Lines changed: 23 additions & 20 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

1414
Fira 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

2828
Work | 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+
9196
This work is based on OFL-licensed [Fira Mono font](https://github.com/mozilla/Fira). Original Fira Mono font was not changed, only extended.
9297

9398
Fira 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
8 KB
Binary file not shown.

0 commit comments

Comments
 (0)