Skip to content

Commit

Permalink
Remove unused font
Browse files Browse the repository at this point in the history
  • Loading branch information
nagoshiashumari committed Jan 13, 2016
1 parent 3c72744 commit faee953
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ Package.onUse(function(api) {
'fonts/rpgawesome-webfont.eot', // IE8 or older only understands EOT. IE9+ will read it too because it loads the first occurrence of `src`
'fonts/rpgawesome-webfont.svg', // SVG fallback for iOS < 5 - http://caniuse.com/#feat=svg-fonts, http://stackoverflow.com/a/11002874/1269037
'fonts/rpgawesome-webfont.ttf', // Android Browers 4.1, 4.3 - http://caniuse.com/#feat=ttf
'fonts/rpgawesome-webfont.woff', // Most modern browsers
'fonts/RpgAwesome.otf',
'fonts/rpgawesome-webfont.woff' // Most modern browsers
], 'client');

api.addFiles([
Expand Down

0 comments on commit faee953

Please sign in to comment.