Skip to content

Commit 3468af1

Browse files
committed
Version 1.202 (closes tonsky#264)
1 parent 4723a8b commit 3468af1

27 files changed

+7
-4
lines changed

FiraCode.glyphs

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

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Programmers use a lot of symbols, often encoded with several characters. For the
88

99
### Solution
1010

11-
#### [Download v1.201](https://github.com/tonsky/FiraCode/releases/download/1.201/FiraCode_1.201.zip) · [How to install](https://github.com/tonsky/FiraCode/wiki) · [News & updates](https://twitter.com/FiraCode)
11+
#### [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)
1212

1313
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.
1414

@@ -134,6 +134,10 @@ Other monospaced fonts with ligatures:
134134

135135
### Changelog
136136

137+
#### 1.202 (September 17, 2016)
138+
139+
- Removed `{.` `.}` `[.` `.]` `(.` `.)` (#264)
140+
137141
#### 1.201 (August 30, 2016)
138142

139143
- Removed `[]` (#92) `{-` `-}` (#248)

distr/eot/FiraCode-Bold.eot

-277 Bytes
Binary file not shown.

distr/eot/FiraCode-Light.eot

152 Bytes
Binary file not shown.

distr/eot/FiraCode-Medium.eot

-160 Bytes
Binary file not shown.

distr/eot/FiraCode-Regular.eot

-208 Bytes
Binary file not shown.

distr/otf/FiraCode-Bold.otf

-144 Bytes
Binary file not shown.

distr/otf/FiraCode-Light.otf

-144 Bytes
Binary file not shown.

distr/otf/FiraCode-Medium.otf

-144 Bytes
Binary file not shown.

distr/otf/FiraCode-Regular.otf

-144 Bytes
Binary file not shown.

distr/otf/FiraCode-Retina.otf

-144 Bytes
Binary file not shown.

distr/ttf/FiraCode-Bold.ttf

-144 Bytes
Binary file not shown.

distr/ttf/FiraCode-Light.ttf

-144 Bytes
Binary file not shown.

distr/ttf/FiraCode-Medium.ttf

-144 Bytes
Binary file not shown.

distr/ttf/FiraCode-Regular.ttf

-144 Bytes
Binary file not shown.

distr/ttf/FiraCode-Retina.ttf

-144 Bytes
Binary file not shown.

distr/woff/FiraCode-Bold.woff

-464 Bytes
Binary file not shown.

distr/woff/FiraCode-Light.woff

248 Bytes
Binary file not shown.

distr/woff/FiraCode-Medium.woff

-128 Bytes
Binary file not shown.

distr/woff/FiraCode-Regular.woff

-252 Bytes
Binary file not shown.

distr/woff2/FiraCode-Bold.woff2

-24 Bytes
Binary file not shown.

distr/woff2/FiraCode-Light.woff2

-452 Bytes
Binary file not shown.

distr/woff2/FiraCode-Medium.woff2

-48 Bytes
Binary file not shown.

distr/woff2/FiraCode-Regular.woff2

-252 Bytes
Binary file not shown.

showcases/Fira Code Showcases.sketch

0 Bytes
Binary file not shown.

showcases/all_ligatures.png

-16.8 KB
Loading

showcases/showcases.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
;; :: ::: !! ?? %% &&
2121
|| .. ... ..<
22-
[. .] (. .) {. .}
2322
-- --- ++ +++ ** ***
2423

2524
~= ~- -~ ~@

0 commit comments

Comments
 (0)