1
0
Fork 0
mirror of synced 2024-05-17 11:03:33 +12:00

Version 0.2.1

This commit is contained in:
Nikita Prokopov 2015-05-07 21:57:07 +06:00
parent 42b1188e20
commit 8c866be2bd
5 changed files with 23 additions and 19 deletions

View file

@ -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>

View file

@ -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>

Binary file not shown.

Binary file not shown.

View file

@ -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
@ -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:**
`>>=` `=<<` `<<=` `->>` `->` `=>` `<<-` `<-`
`===` `==` `<=>` `>=` `<=` `>>` `<<` `!==` `!=` `<>`