Skip to content

Commit

Permalink
Version 1.204
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Nov 5, 2016
1 parent 5a66cfb commit 436ac32
Show file tree
Hide file tree
Showing 28 changed files with 8 additions and 11 deletions.
3 changes: 0 additions & 3 deletions FiraCode.glyphs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
.appVersion = "895";
DisplayStrings = (
/numbersign_exclam.liga
);
classes = (
{
automatic = 1;
Expand Down
4 changes: 2 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 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)
#### [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)

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 @@ -135,7 +135,7 @@ Other monospaced fonts with ligatures:

### Changelog

#### WIP
#### 1.204 (November 6, 2016)

- Added `U+25B6` (black right-pointing triangle) and `U+25C0` (black left-pointing triangle) (#289)
- Changed look of Markdown headers `##` `###` `####` to make them easier to tell apart (#287)
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.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -x

# Remove Retina from webfonts
rm distr/FiraCode-Retina.eot 2> /dev/null
Expand Down
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.
10 changes: 5 additions & 5 deletions showcases/showcases.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.= .- := =:= __
== != === !== =/=

<<- <-- <- <-> -> --> ->>
<-< <<- <-- <- <-> -> --> ->> >->
<=< <<= <== <=> => ==> =>> >=>
>>= >>- >- -< -<< =<<
>>= >>- >- <~> -< -<< =<<
<~~ <~ ~~ ~> ~~>

<<< << <= <> >= >> >>>
<| <|> |>
<||| <|| <| <|> |> ||> |||>

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

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

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


Expand Down

0 comments on commit 436ac32

Please sign in to comment.