Skip to content

Commit

Permalink
Version 1.203 (added __, closes #120)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Sep 17, 2016
1 parent 3468af1 commit b72a57f
Show file tree
Hide file tree
Showing 28 changed files with 48 additions and 7 deletions.
45 changes: 41 additions & 4 deletions FiraCode.glyphs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Programmers use a lot of symbols, often encoded with several characters. For the

### Solution

#### [Download v1.202](https://github.com/tonsky/FiraCode/releases/download/1.202/FiraCode_1.202.zip) · [How to install](https://github.com/tonsky/FiraCode/wiki) · [News & updates](https://twitter.com/FiraCode)
#### [Download v1.203](https://github.com/tonsky/FiraCode/releases/download/1.203/FiraCode_1.203.zip) · [How to install](https://github.com/tonsky/FiraCode/wiki) · [News & updates](https://twitter.com/FiraCode)

Fira Code is an extension of the Fira Mono font containing 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.

Expand Down Expand Up @@ -134,6 +134,10 @@ Other monospaced fonts with ligatures:

### Changelog

#### 1.203 (September 17, 2016)

- Added `__` (#120, #269)

#### 1.202 (September 17, 2016)

- Removed `{.` `.}` `[.` `.]` `(.` `.)` (#264)
Expand Down
Binary file modified distr/eot/FiraCode-Bold.eot
Binary file not shown.
Binary file modified distr/eot/FiraCode-Light.eot
Binary file not shown.
Binary file modified distr/eot/FiraCode-Medium.eot
Binary file not shown.
Binary file modified distr/eot/FiraCode-Regular.eot
Binary file not shown.
Binary file modified distr/otf/FiraCode-Bold.otf
Binary file not shown.
Binary file modified distr/otf/FiraCode-Light.otf
Binary file not shown.
Binary file modified distr/otf/FiraCode-Medium.otf
Binary file not shown.
Binary file modified distr/otf/FiraCode-Regular.otf
Binary file not shown.
Binary file modified distr/otf/FiraCode-Retina.otf
Binary file not shown.
Binary file modified distr/ttf/FiraCode-Bold.ttf
Binary file not shown.
Binary file modified distr/ttf/FiraCode-Light.ttf
Binary file not shown.
Binary file modified distr/ttf/FiraCode-Medium.ttf
Binary file not shown.
Binary file modified distr/ttf/FiraCode-Regular.ttf
Binary file not shown.
Binary file modified distr/ttf/FiraCode-Retina.ttf
Binary file not shown.
Binary file modified distr/woff/FiraCode-Bold.woff
Binary file not shown.
Binary file modified distr/woff/FiraCode-Light.woff
Binary file not shown.
Binary file modified distr/woff/FiraCode-Medium.woff
Binary file not shown.
Binary file modified distr/woff/FiraCode-Regular.woff
Binary file not shown.
Binary file modified distr/woff2/FiraCode-Bold.woff2
Binary file not shown.
Binary file modified distr/woff2/FiraCode-Light.woff2
Binary file not shown.
Binary file modified distr/woff2/FiraCode-Medium.woff2
Binary file not shown.
Binary file modified distr/woff2/FiraCode-Regular.woff2
Binary file not shown.
Binary file modified showcases/Fira Code Showcases.sketch
Binary file not shown.
Binary file modified showcases/all_ligatures.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified showcases/javascript.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions showcases/showcases.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.= .- := =:=
.= .- := =:= __
== != === !== =/=

<<- <-- <- <-> -> --> ->>
Expand All @@ -18,7 +18,7 @@
0xF 9:45 m-x *ptr www

;; :: ::: !! ?? %% &&
|| .. ... ..<
|| .. ... ..< __
-- --- ++ +++ ** ***

~= ~- -~ ~@
Expand Down

0 comments on commit b72a57f

Please sign in to comment.