Forums

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

Home Forums CSS fonts for IE9 Reply To: fonts for IE9

#204142
Shikkediel
Participant

I believe so, you can write it in the CSS like this :

#element {
font-family: 'Helvetica Neue', Arial;
}

If that doesn’t get the desired result, another option would be to write a conditional statement.