Skip to content

Commit

Permalink
this commit closes #72
Browse files Browse the repository at this point in the history
  • Loading branch information
keremciu committed Sep 10, 2016
1 parent dd4eb7a commit 70e4e2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions iconfont.sketchplugin/Contents/Sketch/const/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ var onRun = function(context) {
fontname = "Weather Icons"
if (fontname == "black_tielight")
fontname = "Black Tie Light"
if (fontname == "black_tieregular")
fontname = "Black Tie Regular"
if (fontname == "black_tiebold")
fontname = "Black Tie Bold"
if (fontname == "black_tiesolid")
fontname = "Black Tie Solid"

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

0 comments on commit 70e4e2d

Please sign in to comment.