Skip to content

Commit 4ad5d49

Browse files
authored
Merge pull request #330 from hbirler/google-latin-ext-test-string
Fix for Google module activating before latin-ext characters load
2 parents c5e64da + 70e1279 commit 4ad5d49

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/modules/google/fontapiparser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ webfont.modules.google.FontApiParser = function(fontFamilies) {
1313

1414
webfont.modules.google.FontApiParser.INT_FONTS = {
1515
'latin': webfont.FontWatchRunner.DEFAULT_TEST_STRING,
16+
'latin-ext': '\u00E7\u00F6\u00FC\u011F\u015F',
1617
'cyrillic': '\u0439\u044f\u0416',
1718
'greek': '\u03b1\u03b2\u03a3',
1819
'khmer': '\u1780\u1781\u1782',

webfontloader.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)