[ticket/13955] Fix WebFontConig to load web fonts correctly

Fix overall_header's WebFontConfig section to load fonts correctly
in all browsers.

PHPBB3-13955
This commit is contained in:
Kailey Truscott 2015-07-03 23:44:43 -04:00
parent 60b4d5132f
commit b346f216c2

View file

@ -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']
}
};