Skip to content

Commit

Permalink
style(comment): drop useless one in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Feb 28, 2023
1 parent f2bdb24 commit eba0baa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/woff2toBase64.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ function encodeFont(file) {
.replace('-', '');
}

// @note Headers could be application/font-woff2;charset=utf-8;
return {
[fontIdentifier]: `url('data:font/woff2;base64,${encodedFont}') format('woff2')`
}
Expand Down

0 comments on commit eba0baa

Please sign in to comment.