- Changed WorkSan-Hairline into a separate family to fit into CSS restrictions:
- Rename name table id 6 from WorkSans-Hairline to WorkSansHairline-Regular
- a usWeightClass of 400
- Remove name tables 16 and 17
- Added Panose <bWeight value="1"/>
This commit is contained in:
Wei Huang 2015-07-08 09:27:58 +02:00
parent 76764c33e5
commit e273d67e0c
35 changed files with 1396 additions and 44104 deletions

View File

@ -37,7 +37,14 @@ 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.
3 Jul 2015 (Wei Huang) 'Work Sans' v1.30
8 Jul 2015 (Wei Huang) 'Work Sans' v1.31
- Changed WorkSan-Hairline into a separate family to fit into CSS restrictions:
- Rename name table id 6 from WorkSans-Hairline to WorkSansHairline-Regular
- a usWeightClass of 400
- Remove name tables 16 and 17
- Added Panose <bWeight value="1"/>
6 Jul 2015 (Wei Huang) 'Work Sans' v1.30
- Added style linking for Bold in TTF
- Removed any NAME table IDs with a PlatformID="1" attribute

View File

@ -6,12 +6,12 @@ Work Sans is a typeface family based loosely on early Grotesques — i.e. [Steph
The fonts under **/fonts/desktop** are OTF fonts for desktop programs such as the Adobe Suite or Office (Office fonts are only styled linked for Regular and Bold). The metrics are set so that they are more consistent across desktop programs.
The fonts under **/fonts/webfonts** contain TTF, WOFF, and WOFF2 formats for web use. They have been autohinted with ttfautohint and manually corrected (see Notes below).
The fonts under **/fonts/webfonts** contain TTF, WOFF, and WOFF2 formats for web use. They have been autohinted with ttfautohint and manually corrected (see Notes below). There are acutally two separate families here: ""Work Sans"" Thin to Black (9 weights as per CSS restrictions), and a separate familiy "Work Sans Hairline".
This typeface was funded by Google and will be available on Google Fonts shortly many thanks to Dave Crossland for the commission.
## [Download v1.30 (OTF, TTF, WOFF, WOFF2)](https://github.com/weiweihuanghuang/Work-Sans/archive/v1.30.zip)
## [Download v1.31 (OTF, TTF, WOFF, WOFF2)](https://github.com/weiweihuanghuang/Work-Sans/archive/v1.31.zip)
## [View a webfont specimen](http://weiweihuanghuang.github.io/Work-Sans/).

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -3,9 +3,9 @@ for i in *.ttf; do
echo "Processing $i"
done
for i in Hairline Thin; do
ttfautohint -n -w G -x 0 -f latn WorkSans-$i#1.ttf WorkSans-$i.ttf
echo "WorkSans-$i.ttf hinted"
for i in WorkSansHairline-Regular WorkSans-Thin; do
ttfautohint -n -w G -x 0 -f latn $i#1.ttf $i.ttf
echo "$i.ttf hinted"
done
for i in ExtraLight 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