diff --git a/download-and-format-icons.js b/download-and-format-icons.js index 88fc2304..a50d1df5 100644 --- a/download-and-format-icons.js +++ b/download-and-format-icons.js @@ -23,7 +23,7 @@ const iconFont = async () => { baseSelector: '.game-icon' }, types: ['woff', 'eot', 'ttf'], - startCodepoint: 0xFF000, + startCodepoint: 0xF000, normalize: true }, () => { console.log('webfont generated');