Skip to content

Commit

Permalink
Convert ligatures to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
marella committed Nov 19, 2022
1 parent 14f6c75 commit 23bfc79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/codepoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const processFont = (file, codepoints) => {
const ligature = [prefixes[i], ...components]
.map((v) => String.fromCharCode(glyphToCodepoints[v]))
.join('')
.toLowerCase()
const codepoint = glyphToCodepoints[ligGlyph]
codepoints[ligature] = codepoint.toString(16)
})
Expand Down

0 comments on commit 23bfc79

Please sign in to comment.