diff options
author | hanakin <midaym@gmail.com> | 2017-03-28 10:55:54 -0400 |
---|---|---|
committer | hanakin <midaym@gmail.com> | 2017-03-28 10:55:54 -0400 |
commit | b30e775bf185e50b41c4251ba8c7147538fccb3d (patch) | |
tree | 0335488c2752bea26937bdc1df8dd0d4cdf0030c /phpBB/styles/prosilver | |
parent | 64b863728b72494753a4ac7247780247cbc9f1cd (diff) | |
download | forums-b30e775bf185e50b41c4251ba8c7147538fccb3d.tar forums-b30e775bf185e50b41c4251ba8c7147538fccb3d.tar.gz forums-b30e775bf185e50b41c4251ba8c7147538fccb3d.tar.bz2 forums-b30e775bf185e50b41c4251ba8c7147538fccb3d.tar.xz forums-b30e775bf185e50b41c4251ba8c7147538fccb3d.zip |
[ticket/15157] simple header
PHPBB3-15157
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/simple_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index 0e889b476d..905d25096f 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -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'] } }; |