mirror of
https://github.com/belluzj/fantasque-sans.git
synced 2024-12-22 23:41:30 +01:00
Merge branch 'fix-windows-italic'
This commit is contained in:
commit
81977d08a5
|
@ -131,3 +131,5 @@ Versions
|
||||||
1.6.4 - Fix line height on Mac.
|
1.6.4 - Fix line height on Mac.
|
||||||
Move all the italic glyphs to the left.
|
Move all the italic glyphs to the left.
|
||||||
Adjust some accents.
|
Adjust some accents.
|
||||||
|
|
||||||
|
1.6.5 - Make italics visible on Windows.
|
||||||
|
|
|
@ -5,7 +5,7 @@ FamilyName: Fantasque Sans Mono
|
||||||
Weight: Bold
|
Weight: Bold
|
||||||
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
|
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
|
||||||
UComments: "2013-9-13: Created."
|
UComments: "2013-9-13: Created."
|
||||||
Version: 1.6.4
|
Version: 1.6.5
|
||||||
ItalicAngle: 0
|
ItalicAngle: 0
|
||||||
UnderlinePosition: -77
|
UnderlinePosition: -77
|
||||||
UnderlineWidth: 213
|
UnderlineWidth: 213
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -5,7 +5,7 @@ FamilyName: Fantasque Sans Mono
|
||||||
Weight: Regular
|
Weight: Regular
|
||||||
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
|
Copyright: Created by Jany Belluz with FontForge 2.0 (http://fontforge.sf.net)
|
||||||
UComments: "2013-9-13: Created."
|
UComments: "2013-9-13: Created."
|
||||||
Version: 1.6.4
|
Version: 1.6.5
|
||||||
ItalicAngle: 0
|
ItalicAngle: 0
|
||||||
UnderlinePosition: -77
|
UnderlinePosition: -77
|
||||||
UnderlineWidth: 156
|
UnderlineWidth: 156
|
||||||
|
|
2
pkg.sh
2
pkg.sh
|
@ -9,7 +9,7 @@ esac
|
||||||
pkg=${PKG:-${pkg}}
|
pkg=${PKG:-${pkg}}
|
||||||
|
|
||||||
name='fantasque-sans'
|
name='fantasque-sans'
|
||||||
version='1.6.4'
|
version='1.6.5'
|
||||||
desc='A font family with a great monospaced variant for programmers.'
|
desc='A font family with a great monospaced variant for programmers.'
|
||||||
url=http://openfontlibrary.org/en/font/fantasque-sans
|
url=http://openfontlibrary.org/en/font/fantasque-sans
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user