i, .icon selector w/ !important

This commit is contained in:
Adam Bradley
2013-11-01 08:20:22 -05:00
parent 4b0a6ac7af
commit 374ee92a7e
7 changed files with 20 additions and 20 deletions

0
dist/css/fonts/ionicons.eot vendored Normal file → Executable file
View File

4
dist/css/fonts/ionicons.svg vendored Normal file → Executable file
View File

@ -11,8 +11,8 @@
"license": "MIT", "license": "MIT",
"licenseURL": "http://opensource.org/licenses/MIT", "licenseURL": "http://opensource.org/licenses/MIT",
"version": "Version 1.2.3", "version": "Version 1.2.3",
"fontId": "Ionicons", "fontId": "ionicons",
"psName": "Ionicons", "psName": "ionicons",
"subFamily": "Regular", "subFamily": "Regular",
"fullName": "Ionicons", "fullName": "Ionicons",
"description": "Generated by IcoMoon" "description": "Generated by IcoMoon"

Before

Width:  |  Height:  |  Size: 248 KiB

After

Width:  |  Height:  |  Size: 248 KiB

0
dist/css/fonts/ionicons.ttf vendored Normal file → Executable file
View File

0
dist/css/fonts/ionicons.woff vendored Normal file → Executable file
View File

View File

@ -213,12 +213,12 @@
transform: rotate(360deg); } } transform: rotate(360deg); } }
} }
.ionic i, .ionic .icon { .ionic i, .ionic .icon {
font-family: 'ionicons'; font-family: 'ionicons' !important;
speak: none; speak: none !important;
font-style: normal; font-style: normal !important;
font-weight: normal; font-weight: normal !important;
font-variant: normal; font-variant: normal !important;
text-transform: none; text-transform: none !important;
line-height: 1; line-height: 1;
/* Better Font Rendering =========== */ /* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;

12
dist/css/ionic.css vendored
View File

@ -7,12 +7,12 @@
font-style: normal; } font-style: normal; }
i, .icon { i, .icon {
font-family: 'ionicons'; font-family: 'ionicons' !important;
speak: none; speak: none !important;
font-style: normal; font-style: normal !important;
font-weight: normal; font-weight: normal !important;
font-variant: normal; font-variant: normal !important;
text-transform: none; text-transform: none !important;
line-height: 1; line-height: 1;
/* Better Font Rendering =========== */ /* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;

View File

@ -10,12 +10,12 @@
} }
i, .icon { i, .icon {
font-family: 'ionicons'; font-family: 'ionicons' !important;
speak: none; speak: none !important;
font-style: normal; font-style: normal !important;
font-weight: normal; font-weight: normal !important;
font-variant: normal; font-variant: normal !important;
text-transform: none; text-transform: none !important;
line-height: 1; line-height: 1;
/* Better Font Rendering =========== */ /* Better Font Rendering =========== */