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 trialMike Hodgson
811 PointsComments, Selectors and Syntax
https://teamtreehouse.com/workspaces/17650412#
I have changed the font using google fonts but nothing has changed? What am I doing wrong?
10 Answers
Mike Hodgson
811 PointsThanks Jennifer - its now working and I can see it. Thanks for your help.
Jennifer Nordell
Treehouse TeacherMike Hodgson Great! Glad you got it sorted out. Happy coding!
Mike Hodgson
811 Pointsahh, this has happened a couple of times - my workspace not linking. How do I link it?
Jennifer Nordell
Treehouse TeacherMike Hodgson The easiest way is to click the camera icon on the upper right hand side of the workspace to create a snapshot. Follow the link created then paste the URL here so we can take a peek
Mike Hodgson
811 Pointsthanks, I wondered how you linked it.
Mike Hodgson
811 Pointshttps://teamtreehouse.com/workspaces/17656932
Do this link now?
Jennifer Nordell
Treehouse TeacherMike Hodgson no, it doesn't work. Again click the camera icon on the upper right hand side. Then click take snapshot. Open the snapshot it creates and then copy and paste that link. It should look something like this:
Mike Hodgson
811 PointsJennifer Nordell
Treehouse TeacherMike Hodgson Yup! There you go Now I can see the workspace. Let's see if I can now help you out here
Jennifer Nordell
Treehouse TeacherMike Hodgson Ok I don't know if this is good news or bad news. The good news is that the Raleway font is working and I can see it. The bad news is that you can't (for some odd reason). But let's check some basics first. Have you saved and refreshed the page? Have you tried clearing your browser cache and then reloading the page or even tried looking at it in a different browser? I have a feeling the reason you're not seeing what I'm seeing is because your browser is loading in cached data instead of your new data.
Mike Hodgson
811 PointsShould I be working on the Fork Workspace?
Jennifer Nordell
Treehouse TeacherI'd definitely give it a shot!
Mike Hodgson
811 PointsThanks. Could I just ask you one more thing? I need to send it as a screen grab though? How would I do this?
Jennifer Nordell
Treehouse TeacherOk you're sending it as a screenshot. Are you wanting to email it to someone or post it here? And what OS are you working with?
Mike Hodgson
811 PointsIm on a Mac. OSX El Capitan 10.11.2
Jennifer Nordell
Treehouse TeacherIf you want to get the whole screen do cmd + shift + 3. If you want part of the screen, use cmd + shift + 4 and your cursor should turn into a crosshair that will let you select a rectangle around what you want. If you want just one window (that's not full screen) to be selected do the cmd + shift + 4 and then mouse over it and press the space bar. This should just target that window. Then click one more time on the window. All of these will be saved to your desktop as a .png file.
Mike Hodgson
811 PointsThanks Jennifer - I have the screen grab, just wondered how to upload onto the community?
Jennifer Nordell
Treehouse TeacherTo be honest, I have no idea. Most people though make a screenshot and post it to a public dropbox and share it out that way. I've seen some people post inline pictures here, but they were all forum moderators. Sorry :(
Mark Truitt
17,230 PointsThe link you provided does not work can you relink your work space? You have to include the google font then assign it.
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
You then have to set the font-family on what your trying to change
body {
font-family: 'Open Sans', sans-serif;
}
Jennifer Nordell
Treehouse TeacherJennifer Nordell
Treehouse TeacherI think there might be something wrong with your workspace. I get a 404 when I try to view that link. Try forking your workspace and then working in the fork.