Skip to content

Commit

Permalink
fix fontawesome webfont path
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshmimani committed May 13, 2020
1 parent 15db463 commit bb900f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const
ttf2woff = require('ttf2woff'),
ttf2woff2 = require('ttf2woff2');

const svg_file_path = __dirname + `/node_modules/font-awesome/fonts/fontawesome-webfont.svg`;
const svg_file_path = `node_modules/font-awesome/fonts/fontawesome-webfont.svg`;

/**
* This function will take an object of glyph names and output a subset of the standard fonts optimized in size for
Expand Down

0 comments on commit bb900f5

Please sign in to comment.