How To Link To CSS when you are already importing Google Fonts | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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!

11th Aug 2018, 6:14 PM
Josh Wright
Josh Wright - avatar
4 Answers
+ 3
You may include as many link as you want under head tag. Hope this helps☺️☺️.
11th Aug 2018, 6:37 PM
Meet Mehta
Meet Mehta - avatar
+ 2
:)
12th Aug 2018, 2:45 AM
Meet Mehta
Meet Mehta - avatar
+ 1
I guess add another <link>
11th Aug 2018, 6:37 PM
Jacob
Jacob - avatar
0
Thanks guys. It worked! I didn't know if you were allowed to add another link. Total noob I am lol
11th Aug 2018, 7:26 PM
Josh Wright
Josh Wright - avatar