Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
PlatformID fix
Browse files Browse the repository at this point in the history
  • Loading branch information
celestialphineas committed Sep 25, 2020
1 parent f335629 commit 4bb0f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/font-build/tables/name.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const copyrightNotice = 0, familyName = 1,
sampleText = 19;

function record(nameID, nameString, languageID) { return ({
"platformID": 3,
"platformID": 1,
"encodingID": 1,
"languageID": languageID || 0x0409,
"nameID": nameID,
Expand Down

0 comments on commit 4bb0f8a

Please sign in to comment.