diff options
author | hanakin <midaym@gmail.com> | 2017-03-28 09:56:41 -0400 |
---|---|---|
committer | hanakin <midaym@gmail.com> | 2017-03-28 09:56:41 -0400 |
commit | 64b863728b72494753a4ac7247780247cbc9f1cd (patch) | |
tree | a4686db12b65e301ac29b9c9172b0f3ddd71cd29 /phpBB/styles/prosilver | |
parent | ecef296beeb2458f4bdccb1d3bbd05f76a580c12 (diff) | |
download | forums-64b863728b72494753a4ac7247780247cbc9f1cd.tar forums-64b863728b72494753a4ac7247780247cbc9f1cd.tar.gz forums-64b863728b72494753a4ac7247780247cbc9f1cd.tar.bz2 forums-64b863728b72494753a4ac7247780247cbc9f1cd.tar.xz forums-64b863728b72494753a4ac7247780247cbc9f1cd.zip |
[ticket/15157] Add proper google font call
PHPBB3-15157
Diffstat (limited to 'phpBB/styles/prosilver')
-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 4438137f7d..09824d0a16 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -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'] } }; |