Home › Forums › CSS › fonts for IE9 › Reply To: fonts for IE9
June 25, 2015 at 1:24 am
#204142
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.