Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS @fontface problem with chrome Re: @fontface problem with chrome

#122448
chrisburton
Participant

@adixon Try creating a separate stylesheet and paste the @font-face code into it. Now, below that paste this

h1 {
font: 1.7em ‘goudy-italic’;
}

Only call the new stylesheet in your HTML document. Does it render?