Fix font-variant and text-transform

Using font-variant: smallcaps displays weird characters with Chrome. Thought it was a good idea to also fix text-transform.
This commit is contained in:
Guillaume Smet 2014-01-16 16:04:17 +01:00
parent 0373b63c16
commit 66d62a4080
4 changed files with 7 additions and 1 deletions

View File

@ -16,6 +16,8 @@
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

File diff suppressed because one or more lines are too long

View File

@ -6,6 +6,8 @@
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

View File

@ -6,6 +6,8 @@
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;