Geordyn Ader
Geordyn Ader

Reputation: 11

Firefox displays box with x in it when using font-variant: small caps & text-transform: capitalize

Firefox displays box with x in it when using

{
  font-variant: small caps;
  text-transform: capitalize;
}

Firefox IMG Screenshot:

This is how it should look:

Google Chrome IMG Screenshot

The font-family is: "Requiem Text A", "Requiem Text B", Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif

Upvotes: 0

Views: 50

Answers (1)

timothy.burgher
timothy.burgher

Reputation: 96

The first thing I'm noticing is that font-variant: small caps should be "small-caps". http://www.w3schools.com/cssref/pr_font_font-variant.asp

Upvotes: 1

Related Questions