Update to build without manual designspace edit

This commit is contained in:
Stephen Nixon 2019-04-02 17:48:33 -04:00
parent 4e7729f3ee
commit c8955c4a16
22 changed files with 13 additions and 23 deletions

View File

@ -261,13 +261,8 @@ name = hheaLineGap;
value = 0;
},
{
name = "Axis Location";
value = (
{
Axis = Weight;
Location = 300;
}
);
name = weightClass;
value = 300;
}
);
descender = -386;
@ -336,13 +331,8 @@ name = hheaLineGap;
value = 0;
},
{
name = "Axis Location";
value = (
{
Axis = Weight;
Location = 700;
}
);
name = weightClass;
value = 700;
}
);
descender = -442;

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.

View File

@ -500,7 +500,7 @@ The version string must ideally include a git commit hash and either a 'dev' or
<summary> <b>INFO:</b> Font contains all required tables?</summary>
* [com.google.fonts/check/required_tables](https://github.com/googlefonts/fontbakery/search?q=com.google.fonts/check/required_tables)
* **INFO** This font contains the following optional tables [DSIG, loca, GSUB, GPOS, gasp, prep]
* **INFO** This font contains the following optional tables [gasp, GPOS, DSIG, GSUB, prep, loca]
* 🍞 **PASS** Font contains all required tables.
</details>

View File

@ -707,7 +707,7 @@ The version string must ideally include a git commit hash and either a 'dev' or
<summary> <b>INFO:</b> Font contains all required tables?</summary>
* [com.google.fonts/check/required_tables](https://github.com/googlefonts/fontbakery/search?q=com.google.fonts/check/required_tables)
* **INFO** This font contains the following optional tables [fpgm, prep, cvt , GPOS, DSIG, GSUB, loca, gasp]
* **INFO** This font contains the following optional tables [cvt , GSUB, GPOS, loca, DSIG, gasp, prep, fpgm]
* 🍞 **PASS** Font contains all required tables.
</details>

View File

@ -714,7 +714,7 @@ The version string must ideally include a git commit hash and either a 'dev' or
<summary> <b>INFO:</b> Font contains all required tables?</summary>
* [com.google.fonts/check/required_tables](https://github.com/googlefonts/fontbakery/search?q=com.google.fonts/check/required_tables)
* **INFO** This font contains the following optional tables [fpgm, loca, prep, DSIG, GPOS, cvt , gasp, GSUB]
* **INFO** This font contains the following optional tables [prep, loca, fpgm, GSUB, cvt , DSIG, gasp, GPOS]
* 🍞 **PASS** Font contains all required tables.
</details>

View File

@ -736,7 +736,7 @@ The version string must ideally include a git commit hash and either a 'dev' or
<summary> <b>INFO:</b> Font contains all required tables?</summary>
* [com.google.fonts/check/required_tables](https://github.com/googlefonts/fontbakery/search?q=com.google.fonts/check/required_tables)
* **INFO** This font contains the following optional tables [gasp, GSUB, prep, GPOS, DSIG, fpgm, loca, cvt ]
* **INFO** This font contains the following optional tables [gasp, GSUB, loca, DSIG, cvt , GPOS, prep, fpgm]
* 🍞 **PASS** Font contains all required tables.
</details>

View File

@ -729,7 +729,7 @@ The version string must ideally include a git commit hash and either a 'dev' or
<summary> <b>INFO:</b> Font contains all required tables?</summary>
* [com.google.fonts/check/required_tables](https://github.com/googlefonts/fontbakery/search?q=com.google.fonts/check/required_tables)
* **INFO** This font contains the following optional tables [cvt , fpgm, gasp, loca, GPOS, GSUB, DSIG, prep]
* **INFO** This font contains the following optional tables [prep, DSIG, GSUB, cvt , loca, fpgm, GPOS, gasp]
* 🍞 **PASS** Font contains all required tables.
</details>

View File

@ -820,7 +820,7 @@ The version string must ideally include a git commit hash and either a 'dev' or
<summary> <b>INFO:</b> Font contains all required tables?</summary>
* [com.google.fonts/check/required_tables](https://github.com/googlefonts/fontbakery/search?q=com.google.fonts/check/required_tables)
* **INFO** This font contains the following optional tables [cvt , GPOS, prep, fpgm, loca, DSIG, gasp, GSUB]
* **INFO** This font contains the following optional tables [prep, cvt , fpgm, GPOS, gasp, loca, DSIG, GSUB]
* 🍞 **PASS** Font contains all required tables.
</details>

View File

@ -3,11 +3,11 @@
source venv/bin/activate
# variable font
fontmake -m master_ufo/FiraCode.designspace -o variable --output-dir distr/variable_ttf
fontmake -g FiraCode.glyphs -o variable --output-dir distr/variable_ttf
# statics
fontmake -m master_ufo/FiraCode.designspace -o ttf --output-dir distr/ttf
fontmake -m master_ufo/FiraCode.designspace -o otf --output-dir distr/otf
fontmake -g FiraCode.glyphs -o ttf --output-dir distr/ttf
fontmake -g FiraCode.glyphs -o otf --output-dir distr/otf
# ============================================================================
# Autohinting ================================================================