Skip to content

Commit

Permalink
Version 1.200
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Jul 18, 2016
1 parent 117b7e8 commit eef76ca
Show file tree
Hide file tree
Showing 36 changed files with 17 additions and 14 deletions.
5 changes: 2 additions & 3 deletions FiraCode.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -75533,10 +75533,9 @@ width = 600;
);
},
{
color = 6;
export = 0;
glyphname = asterisk_large.rem;
lastChange = "2016-07-18 13:26:41 +0000";
lastChange = "2016-07-18 15:00:26 +0000";
layers = (
{
layerId = UUID0;
Expand Down Expand Up @@ -118759,5 +118758,5 @@ oV = 98;
};
};
versionMajor = 1;
versionMinor = 111;
versionMinor = 200;
}
9 changes: 7 additions & 2 deletions 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 [Fira Code v1.102](https://github.com/tonsky/FiraCode/releases/download/1.102/FiraCode_1.102.zip) | Read [how to install](https://github.com/tonsky/FiraCode/wiki) | Follow updates 📢 [@FiraCode](https://twitter.com/FiraCode)
#### Download [Fira Code v1.200](https://github.com/tonsky/FiraCode/releases/download/1.200/FiraCode_1.200.zip) | Read [how to install](https://github.com/tonsky/FiraCode/wiki) | Follow updates 📢 [@FiraCode](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 @@ -98,6 +98,11 @@ LiveScript:

<img src="./showcases/livescript.png" />

Clojure:

<img src="./showcases/clojure.png" />


### Alternatives

Other monospaced fonts with ligatures:
Expand All @@ -117,7 +122,7 @@ Other monospaced fonts with ligatures:

### Changelog

#### Work in progress
#### 1.200 (July 18, 2016)

- Removed `!!!` `???` `;;;` `&&&` `|||` `=~` (#167) `~~~` `%%%`
- New safer `calt` code that doesn’t apply ligatures to long sequences of chars, e.g. `!!!!`, `>>>>`, etc (#49, #110, #176)
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/eot/FiraCode-Retina.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/woff/FiraCode-Retina.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 distr/woff2/FiraCode-Retina.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 added showcases/clojure.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/erlang.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/go.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.
Binary file modified showcases/livescript.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/ruby.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 8 additions & 9 deletions showcases/showcases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<<- <-- <- <-> -> --> ->>
<=< <<= <== <=> => ==> =>> >=>
>>= >>- >- -< -<< =<<
<~~ <~ ~~~ ~> ~~>
<~~ <~ ~~ ~> ~~>

<<< << <= <> >= >> >>>
<| <|> |>
Expand All @@ -15,18 +15,17 @@

\\ \\\ {- -} // ///
/* /** **/ */
</ <!-- www --> />
0xF 9:45 m-x *ptr
</ <!-- </> --> />
0xF 9:45 m-x *ptr www

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

~= ~- -~ =~ ~@
^= ?= /= /== |= ||=
~= ~- -~ ~@
^= ?= /= /== |= ||=
## ### ####
#{ #[ #( #? #_ #_(
#{ #[ #( #? #_ #_(


a*b a*A B*b A*B *a *A a* A*
Expand Down

0 comments on commit eef76ca

Please sign in to comment.