mirror of
https://github.com/weiweihuanghuang/Work-Sans.git
synced 2024-11-22 03:53:04 +03:00
v1.6, added new glyphs, fixed some glyphs
- Updated font files that had blank x.sc and y.sc. - Removed using ttfautohint CTRL files from the build process as the TTFs are no longer the same ones being generated by the latest Glyphs App therefore the point references are wrong. - Added Welsh glyphs /Ygrave/ygrave/Ycircumflex/ycircumflex/Wacute/wacute/Wgrave/wgrave/Wcircumflex/wcircumflex/Wdieresis/wdieresis/ygrave.sc/ycircumflex.sc/wacute.sc/wgrave.sc/wcircumflex.sc/wdieresis.sc - Added new arrows: /leftHookArrow/rightHookArrow/anticlockwiseOpenCircleArrow/clockwiseOpenCircleArrow
This commit is contained in:
parent
d8aee8ef87
commit
1276c7a2dc
@ -37,6 +37,12 @@ ChangeLog
|
||||
When you make modifications, be sure to add a description of your changes,
|
||||
following the format of the other entries, to the start of this section.
|
||||
|
||||
6 Nov 2017 (Wei Huang) 'Work Sans' v1.6
|
||||
- Updated font files that had blank x.sc and y.sc.
|
||||
- Removed using ttfautohint CTRL files from the build process as the TTFs are no longer the same ones being generated by the latest Glyphs App therefore the point references are wrong.
|
||||
- Added Welsh glyphs /Ygrave/ygrave/Ycircumflex/ycircumflex/Wacute/wacute/Wgrave/wgrave/Wcircumflex/wcircumflex/Wdieresis/wdieresis/ygrave.sc/ycircumflex.sc/wacute.sc/wgrave.sc/wcircumflex.sc/wdieresis.sc
|
||||
- Added new arrows: /leftHookArrow/rightHookArrow/anticlockwiseOpenCircleArrow/clockwiseOpenCircleArrow
|
||||
|
||||
9 Apr 2016 (Wei Huang) 'Work Sans' v1.52
|
||||
- Fixed compatibility issues causing blank x.sc and y.sc
|
||||
- Fixed Black master *.sc glyph darkness
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
104814
sources/Drukwerk.glyphs
Normal file
104814
sources/Drukwerk.glyphs
Normal file
File diff suppressed because it is too large
Load Diff
104621
sources/Work Sans-1-Chris.glyphs
Normal file
104621
sources/Work Sans-1-Chris.glyphs
Normal file
File diff suppressed because it is too large
Load Diff
104621
sources/Work Sans-1.glyphs
Normal file
104621
sources/Work Sans-1.glyphs
Normal file
File diff suppressed because it is too large
Load Diff
14999
sources/Work Sans.glyphs
14999
sources/Work Sans.glyphs
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,8 @@ for i in ExtraLight Thin; do
|
||||
echo "WorkSans-$i.ttf hinted"
|
||||
done
|
||||
for i in Light Regular Medium SemiBold Bold ExtraBold Black ; do
|
||||
ttfautohint -n -w G -x 0 -f latn --control-file=hinting/WorkSans-$i.ctrl WorkSans-$i#1.ttf WorkSans-$i.ttf
|
||||
# ttfautohint -n -w G -x 0 -f latn --control-file=hinting/WorkSans-$i.ctrl WorkSans-$i#1.ttf WorkSans-$i.ttf
|
||||
ttfautohint -n -w G -x 0 -f latn WorkSans-$i#1.ttf WorkSans-$i.ttf
|
||||
echo "WorkSans-$i.ttf hinted"
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user