This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Dani
over 8 years

How to make h1 font family Verdana

Im trying to make the h1 font family Verdana and I type in h1 { font-family: Verdana; }
but it is not working. I was wondering what I was doing wrong?

Answer 560fea3651b88778dc000304

-1 votes

Permalink

Have you referenced your stylesheet in the html tab?

something like this:

<head>
    <!-- Add your link tag here! -->
    <link rel="stylesheet" type="text/css" href="stylesheet.css"> 
</head>

Because your css is perfectly sound.

points
Submitted by Josh
over 8 years

1 comments

Elutomski over 8 years

whhhhat!