Add Google font options
-
Hi, how do I add a couple more font options to the HTML doc? I’d like to be able to use the Google fonts Lemonada, Acme, and Caveat Brush. Google instructs me to add this code to the <head> of my HTML document, but I don’t know where to find the HTML document:
<link href=”https://fonts.googleapis.com/css?family=Acme|Caveat+Brush|Lemonada” rel=”stylesheet”>
Then it says to use the following CSS rules to specify these families:
font-family: ‘Acme’, sans-serif;
font-family: ‘Lemonada’, cursive;
font-family: ‘Caveat Brush’, cursive;Where do I input this code?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add Google font options’ is closed to new replies.