Skip to content

Commit

Permalink
#49 Expose dist/fonts
Browse files Browse the repository at this point in the history
We need `dist/valkyrie.json` to exist.
  • Loading branch information
Studio384 committed Oct 20, 2022
1 parent f395308 commit 496b10c
Show file tree
Hide file tree
Showing 8 changed files with 1,708 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .fantasticonrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const codepoints = require("./dist/valkyrie.json");
module.exports = {
inputDir: "./icons",
outputDir: "./dist",
fontTypes: ["ttf", "woff", "woff2", "eot"],
fontTypes: ["woff", "woff2"],
assetTypes: ["css", "scss", "html", "json"],
fontsUrl: "./fonts",
name: "Valkyrie",
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/node_modules
/dist
/dist/cjs
/dist/esm
Loading

0 comments on commit 496b10c

Please sign in to comment.