Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified fonts/variable/MonaSansVF-Condensed[opsz,wght,ital].ttf
Binary file not shown.
Binary file modified fonts/variable/MonaSansVF-Expanded[opsz,wght,ital].ttf
Binary file not shown.
Binary file modified fonts/variable/MonaSansVF-Italic[opsz,wght].ttf
Binary file not shown.
Binary file modified fonts/variable/MonaSansVF-Italic[wdth,opsz,wght].ttf
Binary file not shown.
Binary file modified fonts/variable/MonaSansVF[opsz,wght].ttf
Binary file not shown.
Binary file modified fonts/variable/MonaSansVF[wdth,opsz,wght].ttf
Binary file not shown.
Binary file modified fonts/variable/MonaSansVF[wdth,wght,opsz,ital].ttf
Binary file not shown.
10 changes: 10 additions & 0 deletions sources/MonaSans.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6122,6 +6122,7 @@ value = "Mona Sans VF";
);
}
);
weightClass = 200;
type = variable;
},
{
Expand Down Expand Up @@ -6181,6 +6182,7 @@ value = "Mona Sans VF";
);
}
);
weightClass = 200;
type = variable;
},
{
Expand Down Expand Up @@ -6236,6 +6238,7 @@ value = "Mona Sans VF";
);
}
);
weightClass = 200;
type = variable;
},
{
Expand Down Expand Up @@ -6303,6 +6306,7 @@ value = "Mona Sans VF";
);
}
);
weightClass = 200;
type = variable;
},
{
Expand Down Expand Up @@ -6366,6 +6370,7 @@ value = "Mona Sans VF";
);
}
);
weightClass = 200;
type = variable;
},
{
Expand Down Expand Up @@ -6429,6 +6434,7 @@ value = "Mona Sans VF";
);
}
);
weightClass = 200;
type = variable;
},
{
Expand Down Expand Up @@ -6492,6 +6498,7 @@ value = "Mona Sans VF";
);
}
);
weightClass = 200;
type = variable;
},
{
Expand Down Expand Up @@ -6562,6 +6569,7 @@ value = "Mona Sans VF";
);
}
);
weightClass = 200;
type = variable;
},
{
Expand Down Expand Up @@ -6628,6 +6636,7 @@ value = "Mona Sans VF";
);
}
);
weightClass = 200;
type = variable;
},
{
Expand Down Expand Up @@ -6700,6 +6709,7 @@ value = "Mona Sans VF";
);
}
);
weightClass = 200;
type = variable;
},
{
Expand Down
2 changes: 2 additions & 0 deletions sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Mona Sans VF is exported from the Glyphs interface directly into the /fonts dire

Running `build.sh` will try to move them to the right place, if you don't put them there already.

The variable export settings use an ExtraLight master (`wght=200`) as their Variable Font Origin, so their weight class must also remain 200. If the exported OS/2 weight is 400, Fontconfig treats ExtraLight as Regular and shifts every named weight.

### Google Fonts Build (`build.sh`)

The `build.sh` script handles building font files that meet Google Fonts specifications and requirements, and builds into the `/googlefonts` folder. It also checks to make sure the other fonts are in the right place.
Expand Down