Skip to content

Commit

Permalink
Fix Fabric font name
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasjunior committed Sep 4, 2019
1 parent 56fe8f5 commit c39f29e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FabricIcons.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import createIconSet from './lib/create-icon-set';
import glyphMap from './glyphmaps/FabricIcons.json';

const iconSet = createIconSet(glyphMap, 'FabricMDL2Icons', 'FabricIcons.ttf');
const iconSet = createIconSet(glyphMap, 'Fabric MDL2 Assets', 'FabricIcons.ttf');

export default iconSet;

Expand Down
2 changes: 1 addition & 1 deletion scripts/fabricicons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ popd
node bin/generate-icon ${TEMP}/css/fabric-icons.css\
--prefix=.ms-Icon--\
--componentName=FabricIcons\
--fontFamily=FabricMDL2Icons\
--fontFamily='Fabric MDL2 Assets'\
--template=templates/separated-icon-set.tpl\
--glyphmap=glyphmaps/FabricIcons.json\
> FabricIcons.js
Expand Down

0 comments on commit c39f29e

Please sign in to comment.