Skip to content

Commit

Permalink
try diff start codepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Feb 7, 2022
1 parent 6708b19 commit 753e30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download-and-format-icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const iconFont = async () => {
baseSelector: '.game-icon'
},
types: ['woff', 'eot', 'ttf'],
startCodepoint: 0xFF000,
startCodepoint: 0xF000,
normalize: true
}, () => {
console.log('webfont generated');
Expand Down

0 comments on commit 753e30b

Please sign in to comment.