Forums

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

Home Forums CSS @Font Looks Bad In WebKit Browsers Re: @Font Looks Bad In WebKit Browsers

#91607
LaurelBrittany
Participant

Nevermind, this worked like a charm

@media screen and (-webkit-min-device-pixel-ratio:0) {
h1 { font-family: Arial, Verdana, San-Serif; }
}