• Resolved mrscindyhammond

    (@mrscindyhammond)


    Never mind the other problems, I’m starting from scratch:

    I’m using the Google font ‘Special Elite’, it is showing up in other areas of the page, just not the header. I’ve searched the forums, tried a bunch of different things and…. nothing. Here’s a link to a post with the css so you can scan it and see what I’ve done wrong.

    https://buttonknowsbest.com/2013/09/19/button-knows-best/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The links use a different font:

    a:link, a:visited {
    	font-family: 'Spinnaker', sans-serif;
    	text-decoration: none;
    	color: #A7AFB9;
    	text-decoration: none; }
    
    a:hover {
    	font-family: 'Spinnaker', sans-serif;
    	text-decoration: none;
    	color: #D5D8DD; }

    In your style.css at line 689

    Thread Starter mrscindyhammond

    (@mrscindyhammond)

    Wow! That worked! I’m still new to css, so I’m still getting to know my way around it. I don’t know what all the codes mean yet, but learning every day!

    Thank you soooo much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Google Font Not Showing Up’ is closed to new replies.