Skip to content

Commit b18fe2a

Browse files
committed
Release 1.0.34
2 parents 0f43134 + 0ce7333 commit b18fe2a

File tree

123 files changed

+6
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+6
-3
lines changed

make/pass1/metadata.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ export function setFontMetadata(font, fMono, selectorList, encodings, namings) {
2121
font.os2.ulCodePageRange1 |= Ot.Os2.CodePageRange1.CP949 | Ot.Os2.CodePageRange1.CP1361;
2222
if (encodings.big5) font.os2.ulCodePageRange1 |= Ot.Os2.CodePageRange1.CP950;
2323

24+
// Enable generic support for CP1252 and 437
25+
font.os2.ulCodePageRange1 |= Ot.Os2.CodePageRange1.CP1252 | Ot.Os2.CodePageRange2.CP437;
26+
2427
// Set Panose bits
2528
font.os2.panose = {
2629
bFamilyType: 2,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sarasa-gothic",
3-
"version": "1.0.33",
3+
"version": "1.0.34",
44
"main": "./run",
55
"scripts": {
66
"lint": "eslint",

0 commit comments

Comments
 (0)