Skip to content

Commit 436ac32

Browse files
committed
Version 1.204
1 parent 5a66cfb commit 436ac32

28 files changed

+8
-11
lines changed

FiraCode.glyphs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
.appVersion = "895";
3-
DisplayStrings = (
4-
/numbersign_exclam.liga
5-
);
63
classes = (
74
{
85
automatic = 1;

README.md

Lines changed: 2 additions & 2 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 the
88

99
### Solution
1010

11-
#### [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)
11+
#### [Download v1.204](https://github.com/tonsky/FiraCode/releases/download/1.204/FiraCode_1.204.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

@@ -135,7 +135,7 @@ Other monospaced fonts with ligatures:
135135

136136
### Changelog
137137

138-
#### WIP
138+
#### 1.204 (November 6, 2016)
139139

140140
- Added `U+25B6` (black right-pointing triangle) and `U+25C0` (black left-pointing triangle) (#289)
141141
- Changed look of Markdown headers `##` `###` `####` to make them easier to tell apart (#287)

distr/eot/FiraCode-Bold.eot

1.27 KB
Binary file not shown.

distr/eot/FiraCode-Light.eot

1.24 KB
Binary file not shown.

distr/eot/FiraCode-Medium.eot

815 Bytes
Binary file not shown.

distr/eot/FiraCode-Regular.eot

1.32 KB
Binary file not shown.

distr/otf/FiraCode-Bold.otf

3.35 KB
Binary file not shown.

distr/otf/FiraCode-Light.otf

3.2 KB
Binary file not shown.

distr/otf/FiraCode-Medium.otf

3.72 KB
Binary file not shown.

distr/otf/FiraCode-Regular.otf

3.23 KB
Binary file not shown.

distr/otf/FiraCode-Retina.otf

3.27 KB
Binary file not shown.

distr/ttf/FiraCode-Bold.ttf

5.12 KB
Binary file not shown.

distr/ttf/FiraCode-Light.ttf

4.55 KB
Binary file not shown.

distr/ttf/FiraCode-Medium.ttf

4.56 KB
Binary file not shown.

distr/ttf/FiraCode-Regular.ttf

4.57 KB
Binary file not shown.

distr/ttf/FiraCode-Retina.ttf

4.6 KB
Binary file not shown.

distr/woff/FiraCode-Bold.woff

1.34 KB
Binary file not shown.

distr/woff/FiraCode-Light.woff

1.14 KB
Binary file not shown.

distr/woff/FiraCode-Medium.woff

840 Bytes
Binary file not shown.

distr/woff/FiraCode-Regular.woff

1.59 KB
Binary file not shown.

distr/woff2/FiraCode-Bold.woff2

1000 Bytes
Binary file not shown.

distr/woff2/FiraCode-Light.woff2

1.66 KB
Binary file not shown.

distr/woff2/FiraCode-Medium.woff2

1.46 KB
Binary file not shown.

distr/woff2/FiraCode-Regular.woff2

1.15 KB
Binary file not shown.

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -x
22

33
# Remove Retina from webfonts
44
rm distr/FiraCode-Retina.eot 2> /dev/null

showcases/Fira Code Showcases.sketch

8 KB
Binary file not shown.

showcases/all_ligatures.png

20.8 KB
Loading

showcases/showcases.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.= .- := =:= __
22
== != === !== =/=
33

4-
<<- <-- <- <-> -> --> ->>
4+
<-< <<- <-- <- <-> -> --> ->> >->
55
<=< <<= <== <=> => ==> =>> >=>
6-
>>= >>- >- -< -<< =<<
6+
>>= >>- >- <~> -< -<< =<<
77
<~~ <~ ~~ ~> ~~>
88

99
<<< << <= <> >= >> >>>
10-
<| <|> |>
10+
<||| <|| <| <|> |> ||> |||>
1111

1212
<$ <$> $>
1313
<+ <+> +>
@@ -18,12 +18,12 @@
1818
0xF 9:45 m-x *ptr www
1919

2020
;; :: ::: !! ?? %% &&
21-
|| .. ... ..< __
21+
|| .. ... ..< .? ?. ?:
2222
-- --- ++ +++ ** ***
2323

2424
~= ~- -~ ~@
2525
^= ?= /= /== |= ||=
26-
## ### ####
26+
#! ## ### ####
2727
#{ #[ ]# #( #? #_ #_(
2828

2929

0 commit comments

Comments
 (0)