Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a Book (lighter than Regular) and Thick (a bit thicker than Retina) font weights #1038

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
42 changes: 42 additions & 0 deletions FiraCode.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -122723,6 +122723,27 @@ instances = (
{
customParameters = (
{
name = weightClass;
value = 350;
},
{
name = "Remove Features";
value = (
cpsp
);
}
);
interpolationWeight = 72;
instanceInterpolations = {
"4B7A3BAF-EAD8-4024-9BEA-BB1DE86CFCFA" = 0.16667;
"B67F0F2D-EC95-4CB8-966E-23AE86958A69" = 0.83333;
};
name = Book;
weightClass = Normal;
},
{
customParameters = (
{
name = "Remove Features";
value = (
cpsp
Expand All @@ -122743,6 +122764,27 @@ weightClass = Light;
{
customParameters = (
{
name = weightClass;
value = 475;
},
{
name = "Remove Features";
value = (
cpsp
);
}
);
interpolationWeight = 108;
instanceInterpolations = {
"4B7A3BAF-EAD8-4024-9BEA-BB1DE86CFCFA" = 0.41667;
"B67F0F2D-EC95-4CB8-966E-23AE86958A69" = 0.58333;
};
name = Thick;
weightClass = Normal;
},
{
customParameters = (
{
name = "Remove Features";
value = (
cpsp
Expand Down
Binary file added distr/ttf/FiraCode-Book.ttf
Binary file not shown.
Binary file added distr/ttf/FiraCode-Thick.ttf
Binary file not shown.
Binary file added distr/woff/FiraCode-Book.woff
Binary file not shown.
Binary file added distr/woff/FiraCode-Thick.woff
Binary file not shown.
Binary file added distr/woff2/FiraCode-Book.woff2
Binary file not shown.
Binary file added distr/woff2/FiraCode-Thick.woff2
Binary file not shown.