Arial and font-weight:900

Some browsers have problems with displaying Arial as a bolder font (font-weight set to 900).

The trick is to use the following CSS markup:

.arialbold {
font-family: "Arial Black", arial, sans-serif;
font-weight: 900;
}

Leave a Reply

Your email address will not be published. Required fields are marked *