Skip to content

Commit

Permalink
Version 1.205
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Feb 27, 2018
1 parent 0f0f72b commit 37f16bc
Show file tree
Hide file tree
Showing 35 changed files with 44 additions and 32 deletions.
58 changes: 34 additions & 24 deletions FiraCode.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -73138,27 +73138,27 @@ width = 600;
{
color = 6;
glyphname = colon_greater.liga;
lastChange = "2018-02-27 09:52:50 +0000";
lastChange = "2018-02-27 12:47:23 +0000";
layers = (
{
components = (
{
name = colon;
transform = "{1, 0, 0, 1, -550, 62}";
transform = "{1, 0, 0, 1, -625, 57}";
}
);
layerId = UUID0;
paths = (
{
closed = 1;
nodes = (
"-14 514 LINE",
"377 313 LINE",
"-14 112 LINE",
"-14 24 LINE",
"465 269 LINE",
"465 357 LINE",
"-14 602 LINE"
"9 514 LINE",
"400 313 LINE",
"9 112 LINE",
"9 24 LINE",
"488 269 LINE",
"488 357 LINE",
"9 602 LINE"
);
}
);
Expand All @@ -73168,21 +73168,21 @@ width = 600;
components = (
{
name = colon;
transform = "{1, 0, 0, 1, -550, 53}";
transform = "{1, 0, 0, 1, -630, 48}";
}
);
layerId = "BF448B58-7A35-489E-A1C9-12628F60690C";
paths = (
{
closed = 1;
nodes = (
"-28 490 LINE",
"318 314 LINE",
"-28 138 LINE",
"-28 -8 LINE",
"481 257 LINE",
"481 371 LINE",
"-28 633 LINE"
"-4 490 LINE",
"342 314 LINE",
"-4 138 LINE",
"-4 -8 LINE",
"505 257 LINE",
"505 371 LINE",
"-4 633 LINE"
);
}
);
Expand Down Expand Up @@ -75539,17 +75539,17 @@ width = 600;
{
color = 6;
glyphname = period_period_equal.liga;
lastChange = "2018-02-27 11:10:58 +0000";
lastChange = "2018-02-27 13:35:12 +0000";
layers = (
{
components = (
{
name = bullet;
transform = "{1, 0, 0, 1, -750, -33}";
transform = "{1, 0, 0, 1, -1200, -33}";
},
{
name = bullet;
transform = "{1, 0, 0, 1, -1200, -33}";
transform = "{1, 0, 0, 1, -750, -33}";
}
);
layerId = UUID0;
Expand Down Expand Up @@ -101717,21 +101717,31 @@ unicode = 266B;
{
color = 6;
glyphname = checkmark;
lastChange = "2018-02-27 10:59:56 +0000";
lastChange = "2018-02-27 12:33:19 +0000";
layers = (
{
anchors = (
{
name = bottom;
position = "{300, 0}";
},
{
name = top;
position = "{300, 693}";
}
);
layerId = UUID0;
paths = (
{
closed = 1;
nodes = (
"461 689 LINE",
"278 102 LINE",
"163 434 LINE",
"68 434 LINE",
"225 0 LINE",
"332 0 LINE",
"554 689 LINE"
"554 689 LINE",
"461 689 LINE",
"278 102 LINE"
);
}
);
Expand Down
6 changes: 3 additions & 3 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.204](https://github.com/tonsky/FiraCode/releases/download/1.204/FiraCode_1.204.zip) · [How to install](https://github.com/tonsky/FiraCode/wiki) · [Troubleshooting](https://github.com/tonsky/FiraCode/wiki#troubleshooting) · [News & updates](https://twitter.com/FiraCode)
#### [Download v1.205](https://github.com/tonsky/FiraCode/releases/download/1.205/FiraCode_1.205.zip) · [How to install](https://github.com/tonsky/FiraCode/wiki) · [Troubleshooting](https://github.com/tonsky/FiraCode/wiki#troubleshooting) · [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 @@ -130,12 +130,12 @@ Swift:

```html
<!-- HTML -->
<link rel="stylesheet" href="https://cdn.rawgit.com/tonsky/FiraCode/1.204/distr/fira_code.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/tonsky/FiraCode/1.205/distr/fira_code.css">
```

```css
/* CSS */
@import url(https://cdn.rawgit.com/tonsky/FiraCode/1.204/distr/fira_code.css);
@import url(https://cdn.rawgit.com/tonsky/FiraCode/1.205/distr/fira_code.css);
```

- IE 10+, Edge: enable with `font-feature-settings: "calt" 1;`
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/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/elixir.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/php.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.
12 changes: 7 additions & 5 deletions showcases/showcases.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
.= .- := =:= __
== != === !== =/=
.= ..= .- := ::= =:= __
== != === !== =/= =!=

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

<<< << <= <> >= >> >>>
{. {| [| <: ✓ :> |] |} .}
<||| <|| <| <|> |> ||> |||>

<$ <$> $>
<+ <+> +>
<* <*> *>

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

Expand All @@ -22,8 +23,9 @@
-- --- ++ +++ ** ***

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


Expand Down

0 comments on commit 37f16bc

Please sign in to comment.