Skip to content

Commit

Permalink
fix blacktie font problem #72
Browse files Browse the repository at this point in the history
  • Loading branch information
keremciu authored Sep 10, 2016
1 parent e4bb713 commit dd4eb7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iconfont.sketchplugin/Contents/Sketch/const/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ var onRun = function(context) {
fontname = "Batch"
if (fontname == "weather_iconsregular")
fontname = "Weather Icons"
if (fontname == "black_tielight")
fontname = "Black Tie Light"

// 2. Create Window
var wrapper = Library.Widgets.window("Import Font",fontname)
Expand Down

0 comments on commit dd4eb7a

Please sign in to comment.