Skip to content

Commit

Permalink
Fix Google activating before latin-ext load
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasan Altan Birler authored and Hasan Altan Birler committed Jul 7, 2016
1 parent c5e64da commit 70e1279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/modules/google/fontapiparser.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ webfont.modules.google.FontApiParser = function(fontFamilies) {

webfont.modules.google.FontApiParser.INT_FONTS = {
'latin': webfont.FontWatchRunner.DEFAULT_TEST_STRING,
'latin-ext': '\u00E7\u00F6\u00FC\u011F\u015F',
'cyrillic': '\u0439\u044f\u0416',
'greek': '\u03b1\u03b2\u03a3',
'khmer': '\u1780\u1781\u1782',
Expand Down
3 changes: 2 additions & 1 deletion webfontloader.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 70e1279

Please sign in to comment.