Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

Double quotes should be placed in link under head as when we download workplace is only single quote. Cheers

Double quotes should be placed in link under head as when we download workplace is only single quote. Cheers

3 Answers

Steven Parker
Steven Parker
230,274 Points

In general, single or double quotes can be used interchangeably (but of course, only in matched pairs).

Please re-state the question if that is not what you were asking.

Hi Steven, as I working in Windows operating system. Single quotes showing error in Visual Studio and won't show content in browser. Thanks hope this helps

Steven Parker
Steven Parker
230,274 Points

Please show the code itself.

This is how is I download work-space. And it's not working for font on windows. Double quotes is working fine. " "

<link href='http://fonts.googleapis.com/css?family=Nunito:400,300' rel='stylesheet' type='text/css'>

Steven Parker
Steven Parker
230,274 Points

It works just fine for me with the single quotes. But while these are OK (I copied/pasted this code), perhaps in other situations you're getting word-processor type ("curly") quotes. Now those would be a problem.