Update to build without manual designspace edit

pull/737/head
Stephen Nixon 2019-04-02 17:48:33 -04:00
rodzic 4e7729f3ee
commit c8955c4a16
22 zmienionych plików z 13 dodań i 23 usunięć

Wyświetl plik

@ -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;

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -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>

Wyświetl plik

@ -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>

Wyświetl plik

@ -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>

Wyświetl plik

@ -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>

Wyświetl plik

@ -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>

Wyświetl plik

@ -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>

Wyświetl plik

@ -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 ================================================================