Page 1 of 1

Google Fonts

Posted: Mon Mar 27, 2017 3:43 pm
by Idler
Hi

Would someone be kind enough to explain how I add a Google Font to a WWB website please. (The font I wish to add is ROBOTO.)

I have copied this code from the Google Fonts website...

Code: Select all

<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
It states that I must paste this code between the Head of the HTML. Do I need to add it to all of the pages individually or is it OK to just add it to the index page only? Do I need to do anything else? What are the potential pitfalls of using a Google Font in this manner? Anything else I should know about using Google Fonts?

Many thanks in advance for your responses.
I

Re: Google Fonts

Posted: Mon Mar 27, 2017 3:48 pm
by Pablo

Re: Google Fonts

Posted: Mon Mar 27, 2017 4:28 pm
by Idler
Ah, yes. Many thanks.