diff options
author | Kailey Truscott <kinerity@yahoo.com> | 2015-07-03 23:44:43 -0400 |
---|---|---|
committer | Kailey Truscott <kinerity@yahoo.com> | 2015-07-03 23:44:43 -0400 |
commit | b346f216c2e8e02bca20bb3965c79109700a609f (patch) | |
tree | 644dc9688dcda4f9cea29e14f873ec1739410d9e /phpBB/styles | |
parent | 60b4d5132f2023ade224676a6729b5f0847c4110 (diff) | |
download | forums-b346f216c2e8e02bca20bb3965c79109700a609f.tar forums-b346f216c2e8e02bca20bb3965c79109700a609f.tar.gz forums-b346f216c2e8e02bca20bb3965c79109700a609f.tar.bz2 forums-b346f216c2e8e02bca20bb3965c79109700a609f.tar.xz forums-b346f216c2e8e02bca20bb3965c79109700a609f.zip |
[ticket/13955] Fix WebFontConig to load web fonts correctly
Fix overall_header's WebFontConfig section to load fonts correctly
in all browsers.
PHPBB3-13955
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 2b2036883b..ebe6470fee 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -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'] } }; |