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
c345d7e550
commit
96c664395e
|
@ -113,3 +113,6 @@ Versions
|
|||
whatnot without worrying about renaming**.
|
||||
Many small improvements (8, s , t, a, e, {, }, W, i, l, g...).
|
||||
|
||||
1.5 - Add regular italic version.
|
||||
Some small changes (Q, w, y, n).
|
||||
|
||||
|
|
|
@ -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.4.1
|
||||
Version: 1.5
|
||||
ItalicAngle: 0
|
||||
UnderlinePosition: -192
|
||||
UnderlineWidth: 96
|
||||
|
@ -20,7 +20,7 @@ OS2Version: 3
|
|||
OS2_WeightWidthSlopeOnly: 0
|
||||
OS2_UseTypoMetrics: 1
|
||||
CreationTime: 1379052706
|
||||
ModificationTime: 1390319738
|
||||
ModificationTime: 1390562797
|
||||
PfmFamily: 49
|
||||
TTFWeight: 700
|
||||
TTFWidth: 5
|
||||
|
|
|
@ -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.4.1
|
||||
Version: 1.5
|
||||
ItalicAngle: -11
|
||||
UnderlinePosition: -192
|
||||
UnderlineWidth: 96
|
||||
|
@ -20,7 +20,7 @@ OS2Version: 3
|
|||
OS2_WeightWidthSlopeOnly: 0
|
||||
OS2_UseTypoMetrics: 1
|
||||
CreationTime: 1379052706
|
||||
ModificationTime: 1390508525
|
||||
ModificationTime: 1390562786
|
||||
PfmFamily: 49
|
||||
TTFWeight: 400
|
||||
TTFWidth: 5
|
||||
|
@ -4765,7 +4765,7 @@ SplineSet
|
|||
920 160 958 136 988 107 c 1
|
||||
883 -10 l 1x9c
|
||||
EndSplineSet
|
||||
Validated: 8388609
|
||||
Validated: 1
|
||||
EndChar
|
||||
|
||||
StartChar: paragraph
|
||||
|
@ -14208,7 +14208,7 @@ SplineSet
|
|||
753 193 764 241 768 260 c 2
|
||||
830 576 l 2xf0
|
||||
EndSplineSet
|
||||
Validated: 8388609
|
||||
Validated: 1
|
||||
EndChar
|
||||
|
||||
StartChar: Hbar
|
||||
|
|
|
@ -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.4.1
|
||||
Version: 1.5
|
||||
ItalicAngle: 0
|
||||
UnderlinePosition: -192
|
||||
UnderlineWidth: 96
|
||||
|
@ -20,7 +20,7 @@ OS2Version: 3
|
|||
OS2_WeightWidthSlopeOnly: 0
|
||||
OS2_UseTypoMetrics: 1
|
||||
CreationTime: 1379052706
|
||||
ModificationTime: 1390561835
|
||||
ModificationTime: 1390562771
|
||||
PfmFamily: 49
|
||||
TTFWeight: 400
|
||||
TTFWidth: 5
|
||||
|
@ -842,7 +842,7 @@ EndChar
|
|||
StartChar: w
|
||||
Encoding: 119 119 22
|
||||
Width: 1060
|
||||
Flags: HWO
|
||||
Flags: HW
|
||||
HStem: -3 152<292 386.193 671.47 758.193> 1020 12G<114.684 171 825 983.5>
|
||||
VStem: 152 140<149 479.342> 473 140<264.591 824> 849 140<299.081 1017.18>
|
||||
LayerCount: 2
|
||||
|
@ -1422,7 +1422,7 @@ StartChar: Q
|
|||
Encoding: 81 81 40
|
||||
Width: 1060
|
||||
VWidth: 0
|
||||
Flags: HWO
|
||||
Flags: HW
|
||||
HStem: -131 151<766.2 973> -3 147<384.148 594.248> 281 149<400.156 576.439> 1152 153<349.058 633.119>
|
||||
VStem: 50 159<337.577 972.241> 783 159<344.802 970.262>
|
||||
LayerCount: 2
|
||||
|
|
12
pkg.sh
12
pkg.sh
|
@ -9,7 +9,7 @@ esac
|
|||
pkg=${PKG:-${pkg}}
|
||||
|
||||
name='fantasque-sans'
|
||||
version='1.4.1'
|
||||
version='1.5'
|
||||
desc='A font family with a great monospaced variant for programmers.'
|
||||
url=http://openfontlibrary.org/en/font/fantasque-sans
|
||||
|
||||
|
@ -19,10 +19,12 @@ fpm -s dir -t ${pkg} -a all \
|
|||
--url ${url} \
|
||||
--description "${desc}" \
|
||||
--license OFL \
|
||||
FantasqueSansMono.ttf=/usr/share/fonts/truetype/${name}/ \
|
||||
FantasqueSansMonoBold.ttf=/usr/share/fonts/truetype/${name}/ \
|
||||
OTF/FantasqueSansMono.otf=/usr/share/fonts/opentype/${name}/ \
|
||||
OTF/FantasqueSansMonoBold.otf=/usr/share/fonts/opentype/${name}/ \
|
||||
FantasqueSansMono-Regular.ttf=/usr/share/fonts/truetype/${name}/ \
|
||||
FantasqueSansMono-Bold.ttf=/usr/share/fonts/truetype/${name}/ \
|
||||
FantasqueSansMono-RegItalic.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}/ \
|
||||
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