mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
auto-width enabled, added ios7-close-empty
- http://fontforge.org/autowidth.html
This commit is contained in:
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 388 KiB After Width: | Height: | Size: 192 KiB |
Binary file not shown.
Binary file not shown.
@@ -1,13 +1,13 @@
|
||||
/*!
|
||||
Ionicons, v1.3.3
|
||||
Ionicons, v1.3.4
|
||||
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
|
||||
https://twitter.com/helloimben https://twitter.com/ionicframework
|
||||
MIT License: https://github.com/driftyco/ionicons
|
||||
*/
|
||||
@font-face {
|
||||
font-family: "Ionicons";
|
||||
src: url("../fonts/ionicons.eot?v=1.3.3");
|
||||
src: url("../fonts/ionicons.eot?v=1.3.3#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=1.3.3") format("truetype"), url("../fonts/ionicons.woff?v=1.3.3") format("woff"), url("../fonts/ionicons.svg?v=1.3.3#Ionicons") format("svg");
|
||||
src: url("../fonts/ionicons.eot?v=1.3.4");
|
||||
src: url("../fonts/ionicons.eot?v=1.3.4#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=1.3.4") format("truetype"), url("../fonts/ionicons.woff?v=1.3.4") format("woff"), url("../fonts/ionicons.svg?v=1.3.4#Ionicons") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal; }
|
||||
|
||||
@@ -174,6 +174,7 @@
|
||||
.ion-ios7-clock,
|
||||
.ion-ios7-clock-outline,
|
||||
.ion-ios7-close,
|
||||
.ion-ios7-close-empty,
|
||||
.ion-ios7-close-outline,
|
||||
.ion-ios7-cloud,
|
||||
.ion-ios7-cloud-download,
|
||||
@@ -989,6 +990,9 @@
|
||||
.ion-ios7-close:before {
|
||||
content: "\f2bc"; }
|
||||
|
||||
.ion-ios7-close-empty:before {
|
||||
content: "\f2bd"; }
|
||||
|
||||
.ion-ios7-close-outline:before {
|
||||
content: "\f2bb"; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user