Skip to content

Commit

Permalink
V1.011 Compatibility update
Browse files Browse the repository at this point in the history
- use shortened `postscriptFontName` for better compatibility support
- removed shell script for compatibility
- removed separate font files for compatibility
  • Loading branch information
karaipsum committed Aug 23, 2024
1 parent 9031fc4 commit ded1175
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 21 deletions.
20 changes: 0 additions & 20 deletions WindowsCompatibility.sh

This file was deleted.

Binary file modified fonts/AugmentedNorvrandt-Regular.otf
Binary file not shown.
Binary file modified fonts/AugmentedNorvrandt-Regular.ttf
Binary file not shown.
Binary file modified fonts/AugmentedNorvrandt-Regular.woff
Binary file not shown.
Binary file modified fonts/AugmentedNorvrandt-Regular.woff2
Binary file not shown.
Binary file removed fonts/[W]AugmentedNorvrandt-Regular.otf
Binary file not shown.
Binary file removed fonts/[W]AugmentedNorvrandt-Regular.ttf
Binary file not shown.
12 changes: 11 additions & 1 deletion source/Norvrandt.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -26465,6 +26465,8 @@ O
rr
ri
V1.011
- shortened PostScript name
V1.01
- adjusted exclam `!`, period `.` as per in-game asset, previous one changed to `salt`
Expand Down Expand Up @@ -26593,6 +26595,10 @@ key = manufacturerURL;
value = "https://linktr.ee/catloaf97";
},
{
key = postscriptFontName;
value = "ANorvrandt-Rg";
},
{
key = sampleTexts;
values = (
{
Expand All @@ -26603,6 +26609,10 @@ Threescore wasted, ten cast aside
Four-fold knowing, no end in sight";
}
);
},
{
key = vendorID;
value = CTLF;
}
);
unitsPerEm = 1000;
Expand All @@ -26617,5 +26627,5 @@ OV = "119";
};
};
versionMajor = 1;
versionMinor = 10;
versionMinor = 11;
}

0 comments on commit ded1175

Please sign in to comment.