mirror of
https://github.com/belluzj/fantasque-sans.git
synced 2024-12-22 15:31:31 +01:00
Bump version
This commit is contained in:
parent
b4f2b50778
commit
d66c2bc2d6
|
@ -38,7 +38,6 @@ it might look bad in some cases. Please report these problems: see next section.
|
|||
|
||||
It also features a good italic version, which I designed in a fashion similar
|
||||
to Consolas' italic version, with new glyph designs, not just an added slant.
|
||||
It still needs to be emboldened, though.
|
||||
|
||||
![](Specimen/vim21.png)
|
||||
|
||||
|
@ -116,3 +115,5 @@ Versions
|
|||
1.5 - Add regular italic version.
|
||||
Some small changes (Q, w, y, n).
|
||||
|
||||
1.6 - Add bold italic version.
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ FamilyName: Fantasque Sans Mono
|
|||
Weight: Bold
|
||||
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
|
||||
UComments: "2013-9-13: Created."
|
||||
Version: 1.5
|
||||
Version: 1.6
|
||||
ItalicAngle: 0
|
||||
UnderlinePosition: -192
|
||||
UnderlineWidth: 96
|
||||
|
|
|
@ -5,7 +5,7 @@ FamilyName: Fantasque Sans Mono
|
|||
Weight: Bold
|
||||
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
|
||||
UComments: "2013-9-13: Created."
|
||||
Version: 1.5
|
||||
Version: 1.6
|
||||
ItalicAngle: -11
|
||||
UnderlinePosition: -192
|
||||
UnderlineWidth: 96
|
||||
|
|
|
@ -5,7 +5,7 @@ FamilyName: Fantasque Sans Mono
|
|||
Weight: Regular
|
||||
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
|
||||
UComments: "2013-9-13: Created."
|
||||
Version: 1.5
|
||||
Version: 1.6
|
||||
ItalicAngle: -11
|
||||
UnderlinePosition: -192
|
||||
UnderlineWidth: 96
|
||||
|
|
|
@ -5,7 +5,7 @@ FamilyName: Fantasque Sans Mono
|
|||
Weight: Regular
|
||||
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
|
||||
UComments: "2013-9-13: Created."
|
||||
Version: 1.5
|
||||
Version: 1.6
|
||||
ItalicAngle: 0
|
||||
UnderlinePosition: -192
|
||||
UnderlineWidth: 96
|
||||
|
|
4
pkg.sh
4
pkg.sh
|
@ -9,7 +9,7 @@ esac
|
|||
pkg=${PKG:-${pkg}}
|
||||
|
||||
name='fantasque-sans'
|
||||
version='1.5'
|
||||
version='1.6'
|
||||
desc='A font family with a great monospaced variant for programmers.'
|
||||
url=http://openfontlibrary.org/en/font/fantasque-sans
|
||||
|
||||
|
@ -22,9 +22,11 @@ fpm -s dir -t ${pkg} -a all \
|
|||
FantasqueSansMono-Regular.ttf=/usr/share/fonts/truetype/${name}/ \
|
||||
FantasqueSansMono-Bold.ttf=/usr/share/fonts/truetype/${name}/ \
|
||||
FantasqueSansMono-RegItalic.ttf=/usr/share/fonts/truetype/${name}/ \
|
||||
FantasqueSansMono-BoldItalic.ttf=/usr/share/fonts/truetype/${name}/ \
|
||||
OTF/FantasqueSansMono-Regular.otf=/usr/share/fonts/opentype/${name}/ \
|
||||
OTF/FantasqueSansMono-Bold.otf=/usr/share/fonts/opentype/${name}/ \
|
||||
OTF/FantasqueSansMono-RegItalic.otf=/usr/share/fonts/opentype/${name}/ \
|
||||
OTF/FantasqueSansMono-BoldItalic.otf=/usr/share/fonts/opentype/${name}/ \
|
||||
OFL.txt=/usr/share/doc/${name}/copyright \
|
||||
README.md=/usr/share/doc/${name}/ \
|
||||
Specimen=/usr/share/doc/${name}/
|
||||
|
|
Loading…
Reference in New Issue
Block a user