Skip to content

Commit

Permalink
Decreased fontFamily check timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh committed Jul 21, 2017
1 parent 212874c commit 32df3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framer/Utils.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ Utils.deviceFont = (os) ->
# Load fonts from Google Web Fonts
_isFontLoadedResults = {}

Utils.isFontFamilyLoaded = (fonts, timeout = 10000) ->
Utils.isFontFamilyLoaded = (fonts, timeout = 1000) ->
if not _.isArray(fonts)
fonts = [fonts]
return Utils.loadWebFontConfig
Expand Down

0 comments on commit 32df3a8

Please sign in to comment.