Home › Forums › CSS › @fontface problem with chrome › Re: @fontface problem with chrome
January 27, 2013 at 1:15 am
#122448
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?