1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

Merge pull request #3740 from kinerity/ticket/13955

[ticket/13955] Fix WebFontConig to load web fonts correctly
This commit is contained in:
Marc Alexander 2015-07-07 10:46:47 +02:00
commit 1bd20eb273
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<script>
WebFontConfig = {
google: {
families: ['Open Sans:n6']
families: ['Open+Sans:600:cyrillic-ext,latin,greek-ext,greek,vietnamese,latin-ext,cyrillic']
}
};

View File

@ -10,7 +10,7 @@
<script>
WebFontConfig = {
google: {
families: ['Open Sans:n6']
families: ['Open+Sans:600:cyrillic-ext,latin,greek-ext,greek,vietnamese,latin-ext,cyrillic']
}
};