Google Fonts - I messed up somehow ...

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
Bootstrap
Registered User
Posts: 67
Joined: Mon Aug 17, 2009 7:30 pm

Google Fonts - I messed up somehow ...

Post by Bootstrap »

In overall_header.html, I added Noto Sans and Noto Serif as follows:

Code: Select all

        WebFontConfig = {
                google: {
                        families: ['Open+Sans:600:cyrillic-ext,latin,greek-ext,greek,vietnamese,latin-ext,cyrillic', 'Noto+Sans:400:400i:700:700i:greek:greek-ext:latin-ext','Noto+Serif:400:400i:700:700i:greek:greek-ext:latin-ext']
                }
        };
What did I do wrong? I get "improper property value":
Screen Shot 2017-04-01 at 9.38.23 AM.png
Screen Shot 2017-04-01 at 9.38.23 AM.png (23.32 KiB) Viewed 503 times
Last edited by Hanakin on Sun Apr 02, 2017 12:24 am, edited 2 times in total.
Reason: Topic icon changed
User avatar
Hanakin
Front-End Dev Team Lead
Front-End Dev Team Lead
Posts: 1065
Joined: Wed Dec 30, 2009 8:14 am
Name: Michael Miday
Contact:

Re: Google Fonts - I messed up somehow ...

Post by Hanakin »

we can not tell anything from a screenshot post a link and/or the code from common.css

here is my code which works fine for me

Code: Select all

body {
	font-family: "Noto Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: normal;
	word-wrap: break-word;
	margin: 0;
	padding: 12px 0;
	-webkit-print-color-adjust: exact;
}
Bootstrap
Registered User
Posts: 67
Joined: Mon Aug 17, 2009 7:30 pm

Re: Google Fonts - I messed up somehow ...

Post by Bootstrap »

Ah, I simply left out a comma, and my poor eyes didn't see it. Thanks!
Post Reply

Return to “[3.2.x] Styles Support & Discussion”