aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorKailey Truscott <kinerity@yahoo.com>2015-07-03 23:44:43 -0400
committerKailey Truscott <kinerity@yahoo.com>2015-07-03 23:44:43 -0400
commitb346f216c2e8e02bca20bb3965c79109700a609f (patch)
tree644dc9688dcda4f9cea29e14f873ec1739410d9e /phpBB/styles
parent60b4d5132f2023ade224676a6729b5f0847c4110 (diff)
downloadforums-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.html2
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']
}
};