Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed May 7, 2015
1 parent 42b1188 commit 8c866be
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 19 deletions.
16 changes: 8 additions & 8 deletions Fira Code-Regular.ufo/glyphs/ampersand_ampersand.glif
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="ampersand_ampersand" format="1">
<advance width="900"/>
<advance width="1200"/>
<outline>
<contour>
<point x="700" y="62" type="line"/>
<point x="487" y="465" type="line"/>
<point x="413" y="465" type="line"/>
<point x="200" y="62" type="line"/>
<point x="289" y="62" type="line"/>
<point x="449" y="391" type="line"/>
<point x="609" y="62" type="line"/>
<point x="850" y="62" type="line"/>
<point x="637" y="465" type="line"/>
<point x="563" y="465" type="line"/>
<point x="350" y="62" type="line"/>
<point x="439" y="62" type="line"/>
<point x="599" y="391" type="line"/>
<point x="759" y="62" type="line"/>
</contour>
</outline>
<lib>
Expand Down
16 changes: 8 additions & 8 deletions Fira Code-Regular.ufo/glyphs/bar_bar.glif
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<glyph name="bar_bar" format="1">
<advance width="900"/>
<advance width="1200"/>
<outline>
<contour>
<point x="200" y="464" type="line"/>
<point x="413" y="61" type="line"/>
<point x="487" y="61" type="line"/>
<point x="700" y="464" type="line"/>
<point x="611" y="464" type="line"/>
<point x="451" y="135" type="line"/>
<point x="291" y="464" type="line"/>
<point x="350" y="464" type="line"/>
<point x="563" y="61" type="line"/>
<point x="637" y="61" type="line"/>
<point x="850" y="464" type="line"/>
<point x="761" y="464" type="line"/>
<point x="601" y="135" type="line"/>
<point x="441" y="464" type="line"/>
</contour>
</outline>
<lib>
Expand Down
Binary file modified FiraCode-Regular.otf
Binary file not shown.
Binary file modified FiraCode-Regular.ttf
Binary file not shown.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Fira Code: monospaced font with programming ligatures

#### [Download Fira Code v0.2](https://github.com/tonsky/FiraCode/releases/download/0.2/FiraCode-Regular.otf)
#### [Download Fira Code v0.2.1](https://github.com/tonsky/FiraCode/releases/download/0.2.1/FiraCode-Regular.otf)

### Problem

Expand Down Expand Up @@ -55,11 +55,15 @@ Fira Code was inspired by [Hasklig font](https://github.com/i-tu/Hasklig): Ligat

### Changelog

Version 0.2:
**Version 0.2.1:**

Fixed witdh of `&&` and `||`

**Version 0.2:**

`-->` `<--` `&&` `||` `=>>` `=/=`

Version 0.1:
**Version 0.1:**

`>>=` `=<<` `<<=` `->>` `->` `=>` `<<-` `<-`
`===` `==` `<=>` `>=` `<=` `>>` `<<` `!==` `!=` `<>`
Expand Down

0 comments on commit 8c866be

Please sign in to comment.