Skip to content

Commit

Permalink
set font size default to 30px
Browse files Browse the repository at this point in the history
  • Loading branch information
cadgerfeast committed Apr 7, 2021
1 parent e83384d commit 2e1b895
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ async function main () {
dist: fontsPath,
fontName: 'PixelIcons',
classNamePrefix: 'pi',
css: true
css: {
fontSize: '30px'
}
});
} catch (error) {
console.error(error);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pixel/icons",
"description": "Pixel Styled Icons",
"version": "0.0.11",
"version": "0.0.12",
"main": "dist/icons.json",
"types": "dist/icons.d.ts",
"scripts": {
Expand Down

0 comments on commit 2e1b895

Please sign in to comment.