1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-25 10:00:46 +01:00

Merge pull request from hanakin/ticket/15157

[ticket/15157] Add proper google font call
This commit is contained in:
Marc Alexander 2017-03-28 19:42:55 +02:00
commit 33a050ade9
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995
2 changed files with 2 additions and 2 deletions
phpBB/styles/prosilver/template

@ -33,7 +33,7 @@
<script>
WebFontConfig = {
google: {
families: ['Open+Sans:600:cyrillic-ext,latin,greek-ext,greek,vietnamese,latin-ext,cyrillic']
families: ['Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese']
}
};

@ -11,7 +11,7 @@
<script>
WebFontConfig = {
google: {
families: ['Open+Sans:600:cyrillic-ext,latin,greek-ext,greek,vietnamese,latin-ext,cyrillic']
families: ['Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese']
}
};