diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-03-28 19:42:55 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-03-28 19:42:55 +0200 |
commit | 33a050ade99a02d32e6ea3222135eff5d723a68b (patch) | |
tree | 0335488c2752bea26937bdc1df8dd0d4cdf0030c | |
parent | ecef296beeb2458f4bdccb1d3bbd05f76a580c12 (diff) | |
parent | b30e775bf185e50b41c4251ba8c7147538fccb3d (diff) | |
download | forums-33a050ade99a02d32e6ea3222135eff5d723a68b.tar forums-33a050ade99a02d32e6ea3222135eff5d723a68b.tar.gz forums-33a050ade99a02d32e6ea3222135eff5d723a68b.tar.bz2 forums-33a050ade99a02d32e6ea3222135eff5d723a68b.tar.xz forums-33a050ade99a02d32e6ea3222135eff5d723a68b.zip |
Merge pull request #4775 from hanakin/ticket/15157
[ticket/15157] Add proper google font call
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/simple_header.html | 2 |
2 files changed, 2 insertions, 2 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'] } }; 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'] } }; |