Skip to content

Commit

Permalink
Set Panose flags
Browse files Browse the repository at this point in the history
[why]
Some terminal emulators look on the Panose flags to find out if a font
is monospaced and can be used.

[how]
Just set the Panose flags in the custom parameters section.

Signed-off-by: Fini Jastrow <[email protected]>
  • Loading branch information
Finii committed Nov 16, 2023
1 parent 2bddc16 commit fd87a6f
Show file tree
Hide file tree
Showing 10 changed files with 150 additions and 0 deletions.
15 changes: 15 additions & 0 deletions sources/Monaspace Argon Var.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ customParameters = (
{
name = versionString;
value = "Version 1.000 (Monaspace Argon Var)";
},
{
name = panose;
value = (
2,
0,
0,
9,
0,
0,
0,
0,
0,
0
);
}
);
date = "2023-11-01 23:21:59 +0000";
Expand Down
15 changes: 15 additions & 0 deletions sources/Monaspace Argon.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ customParameters = (
{
name = versionString;
value = "Version 1.000 (Monaspace Argon)";
},
{
name = panose;
value = (
2,
0,
0,
9,
0,
0,
0,
0,
0,
0
);
}
);
date = "2023-11-01 23:21:59 +0000";
Expand Down
15 changes: 15 additions & 0 deletions sources/Monaspace Krypton Var.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ customParameters = (
{
name = versionString;
value = "Version 1.000 (Monaspace Krypton Var)";
},
{
name = panose;
value = (
2,
0,
0,
9,
0,
0,
0,
0,
0,
0
);
}
);
date = "2023-11-01 23:34:56 +0000";
Expand Down
15 changes: 15 additions & 0 deletions sources/Monaspace Krypton.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ customParameters = (
{
name = versionString;
value = "Version 1.000 (Monaspace Krypton)";
},
{
name = panose;
value = (
2,
0,
0,
9,
0,
0,
0,
0,
0,
0
);
}
);
date = "2023-11-01 23:34:56 +0000";
Expand Down
15 changes: 15 additions & 0 deletions sources/Monaspace Neon Var.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ customParameters = (
{
name = versionString;
value = "Version 1.000 (Monaspace Neon Var)";
},
{
name = panose;
value = (
2,
0,
0,
9,
0,
0,
0,
0,
0,
0
);
}
);
date = "2023-11-01 23:26:19 +0000";
Expand Down
15 changes: 15 additions & 0 deletions sources/Monaspace Neon.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ customParameters = (
{
name = versionString;
value = "Version 1.000 (Monaspace Neon)";
},
{
name = panose;
value = (
2,
0,
0,
9,
0,
0,
0,
0,
0,
0
);
}
);
date = "2023-11-01 23:26:19 +0000";
Expand Down
15 changes: 15 additions & 0 deletions sources/Monaspace Radon Var.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ customParameters = (
{
name = versionString;
value = "Version 1.000 (Monaspace Radon Var)";
},
{
name = panose;
value = (
2,
0,
0,
9,
0,
0,
0,
0,
0,
0
);
}
);
date = "2023-11-01 23:35:59 +0000";
Expand Down
15 changes: 15 additions & 0 deletions sources/Monaspace Radon.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ customParameters = (
{
name = versionString;
value = "Version 1.000 (Monaspace Radon)";
},
{
name = panose;
value = (
2,
0,
0,
9,
0,
0,
0,
0,
0,
0
);
}
);
date = "2023-11-01 23:35:59 +0000";
Expand Down
15 changes: 15 additions & 0 deletions sources/Monaspace Xenon Var.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ customParameters = (
{
name = versionString;
value = "Version 1.000 (Monaspace Xenon Var)";
},
{
name = panose;
value = (
2,
0,
0,
9,
0,
0,
0,
0,
0,
0
);
}
);
date = "2023-11-01 23:39:33 +0000";
Expand Down
15 changes: 15 additions & 0 deletions sources/Monaspace Xenon.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ customParameters = (
{
name = versionString;
value = "Version 1.000 (Monaspace Xenon)";
},
{
name = panose;
value = (
2,
0,
0,
9,
0,
0,
0,
0,
0,
0
);
}
);
date = "2023-11-01 23:39:33 +0000";
Expand Down

0 comments on commit fd87a6f

Please sign in to comment.