Forums

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

Home Forums CSS font error Re: font error

#110619
chrisburton
Participant

The first one don’t worry about but make sure you’re also using “border-radius: 5px;” as well.

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;

Not sure about the other.