+ 1
How To Link To CSS when you are already importing Google Fonts
OK, lets says your site is importing Google fonts like this <head> <title>My Site</title> <link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet"> </head> And then lets say you have created a CSS file that you want to link your html file too. How do you write the code that includes BOTH the Google font import code and link to your css file that in in a folder titled "css" that is in the same directory as your index,html file? HELP!
4 odpowiedzi
+ 3
You may include as many link as you want under head tag.
Hope this helps☺️☺️.
+ 2
:)
+ 1
I guess add another <link>
0
Thanks guys. It worked! I didn't know if you were allowed to add another link. Total noob I am lol