Media-Ed-Online / intro-web-dev-2017aut

Site for course "Introduction to Web Design and Development."
https://media-ed-online.github.io/intro-web-dev-2017aut/
MIT License
12 stars 3 forks source link

Title font changes between pages #94

Closed mjohnson92 closed 6 years ago

mjohnson92 commented 6 years ago

My title font changes between index.html and the rest of the about, contact, and sample pages. It becomes a little smaller and the font even changes like a chain is being broken. Can't figure this out and have spent a while on it! Would love a few opinions!

The title also links back as a home page, maybe thats why it changes?

Heres my folders.. https://github.com/mjohnson92/web-dev-hw/tree/master/project-03

MistyDaniels commented 6 years ago

It looks like its not linked properly "link rel="stylesheet" href="./css/fonts.css" is what you have, and I think it should be: link rel="stylesheet" href="../css/fonts.css" Just gotta move up a directory I belive

mjohnson92 commented 6 years ago

I thought that might of been it but it just removes the css altogether when i change directories. It was working for a while when everything was the same font but now that I'm using a new one it is creating this problem. Maybe i'll try messing with different fonts.

mjohnson92 commented 6 years ago
screen shot 2017-11-05 at 12 05 53 pm screen shot 2017-11-05 at 12 06 08 pm screen shot 2017-11-05 at 12 06 24 pm screen shot 2017-11-05 at 12 06 40 pm screen shot 2017-11-05 at 12 05 09 pm screen shot 2017-11-05 at 12 03 59 pm
mjohnson92 commented 6 years ago

oh wow you were right i was just changing the style page directory and not the font page directory!!