diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-07-07 10:46:51 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-07-07 10:46:51 +0200 |
commit | 39d3a026fe30c9ca3b276039e673cec0548e1eff (patch) | |
tree | 5db73dc5720cc9eca46bb85c11c7755f5013ea60 | |
parent | d54aa190f1f955fe33342c939520c0155a860010 (diff) | |
parent | 1bd20eb273809afc04331e0b62405e4d2d5160e6 (diff) | |
download | forums-39d3a026fe30c9ca3b276039e673cec0548e1eff.tar forums-39d3a026fe30c9ca3b276039e673cec0548e1eff.tar.gz forums-39d3a026fe30c9ca3b276039e673cec0548e1eff.tar.bz2 forums-39d3a026fe30c9ca3b276039e673cec0548e1eff.tar.xz forums-39d3a026fe30c9ca3b276039e673cec0548e1eff.zip |
Merge branch '3.1.x'
-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 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'] } }; diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index 637ac59465..baa6223754 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -10,7 +10,7 @@ <script> WebFontConfig = { google: { - families: ['Open Sans:n6'] + families: ['Open+Sans:600:cyrillic-ext,latin,greek-ext,greek,vietnamese,latin-ext,cyrillic'] } }; |