Cupcafe project

https://www.codecademy.com/courses/make-a-website/projects/cupful-cafe

Hello! Why is there two links in the head part of the index.html?

one href is ‘https://fonts.googleapis.com/css?family=Raleway:300,800
the other we have to add for the exercise is “style.css”

one adds a nice font to the webpage, which we can then use in css

the other links to an external stylesheet where we can write the css code (and use the included font-family)