File tree 9 files changed +380
-224
lines changed
9 files changed +380
-224
lines changed Original file line number Diff line number Diff line change 1
1
@font-face {
2
- font-family : 'eva-icon ' ;
3
- src : url ('../fonts/eva-icon .eot?tx932a ' );
4
- src : url ('../fonts/eva-icon .eot?tx932a #iefix' ) format ('embedded-opentype' ),
5
- url ('../fonts/eva-icon .ttf?tx932a ' ) format ('truetype' ),
6
- url ('../fonts/eva-icon .woff?tx932a ' ) format ('woff' ),
7
- url ('../fonts/eva-icon .svg?tx932a#eva-icon ' ) format ('svg' );
2
+ font-family : 'EVA-Icon ' ;
3
+ src : url ('../fonts/EVA-Icon .eot?zh8e8a ' );
4
+ src : url ('../fonts/EVA-Icon .eot?zh8e8a #iefix' ) format ('embedded-opentype' ),
5
+ url ('../fonts/EVA-Icon .ttf?zh8e8a ' ) format ('truetype' ),
6
+ url ('../fonts/EVA-Icon .woff?zh8e8a ' ) format ('woff' ),
7
+ url ('../fonts/EVA-Icon .svg?zh8e8a#EVA-Icon ' ) format ('svg' );
8
8
font-weight : normal;
9
9
font-style : normal;
10
10
}
11
11
12
- [class ^= "icon-eva- " ], [class *= " icon-eva -" ] {
12
+ [class ^= "icon-" ], [class *= " icon-" ] {
13
13
/* use !important to prevent issues with browser extensions that change fonts */
14
- font-family : 'eva-icon ' !important ;
14
+ font-family : 'EVA-Icon ' !important ;
15
15
speak : none;
16
16
font-style : normal;
17
17
font-weight : normal;
24
24
-moz-osx-font-smoothing : grayscale;
25
25
}
26
26
27
- .icon-eva-NERV : before {
27
+ .icon-nerv : before {
28
28
content : "\e90f" ;
29
29
}
30
- .icon-eva- 初号机: befor e {
31
- content : "\e910" ;
32
- }
33
- .icon-eva- 零号机: befor e {
30
+ .icon-eva-00 : before {
34
31
content : "\e911" ;
35
32
}
36
- .icon-eva- 二号机: befor e {
33
+ .icon-eva-01 : before {
34
+ content : "\e910" ;
35
+ }
36
+ .icon-eva-02 : before {
37
37
content : "\e912" ;
38
38
}
39
- .icon-eva- 亚当 : befor e {
39
+ .icon-adam : before {
40
40
content : "\e913" ;
41
41
}
42
- .icon-eva- 莉莉丝 : befor e {
42
+ .icon-lilith : before {
43
43
content : "\e914" ;
44
44
}
45
- .icon-eva- 水天使 : befor e {
45
+ .icon-sachiel : before {
46
46
content : "\e90e" ;
47
47
}
48
- .icon-eva- 昼天使 : befor e {
48
+ .icon-shamshel : before {
49
49
content : "\e90d" ;
50
50
}
51
- .icon-eva- 雷天使 : befor e {
51
+ .icon-ramiel : before {
52
52
content : "\e90c" ;
53
53
}
54
- .icon-eva- 鱼天使 : befor e {
54
+ .icon-gaghiel : before {
55
55
content : "\e902" ;
56
56
}
57
- .icon-eva- 音乐天使 : befor e {
57
+ .icon-israfel : before {
58
58
content : "\e90b" ;
59
59
}
60
- .icon-eva- 胎天使 : befor e {
60
+ .icon-sandalphon : before {
61
61
content : "\e90a" ;
62
62
}
63
- .icon-eva- 雨天使 : befor e {
63
+ .icon-matriel : before {
64
64
content : "\e909" ;
65
65
}
66
- .icon-eva- 空天使 : befor e {
66
+ .icon-sahaquiel : before {
67
67
content : "\e901" ;
68
68
}
69
- .icon-eva- 恐怖天使 : befor e {
69
+ .icon-ireul : before {
70
70
content : "\e908" ;
71
71
}
72
- .icon-eva- 夜天使 : befor e {
72
+ .icon-leliel : before {
73
73
content : "\e907" ;
74
74
}
75
- .icon-eva- 霞天使 : befor e {
75
+ .icon-bardiel : before {
76
76
content : "\e906" ;
77
77
}
78
- .icon-eva- 力天使 : befor e {
78
+ .icon-zeruel : before {
79
79
content : "\e900" ;
80
80
}
81
- .icon-eva- 鸟天使 : befor e {
81
+ .icon-arael : before {
82
82
content : "\e905" ;
83
83
}
84
- .icon-eva- 子宫天使 : befor e {
84
+ .icon-almisael : before {
85
85
content : "\e904" ;
86
86
}
87
- .icon-eva- 自由天使 : befor e {
87
+ .icon-tabris : before {
88
88
content : "\e903" ;
89
89
}
90
90
Original file line number Diff line number Diff line change
1
+ @import " variables" ;
2
+
3
+ @font-face {
4
+ font-family : ' EVA-Icon' ;
5
+ src : url (' #{$icomoon-font-path } /EVA-Icon.eot?zh8e8a' );
6
+ src : url (' #{$icomoon-font-path } /EVA-Icon.eot?zh8e8a#iefix' ) format (' embedded-opentype' ),
7
+ url (' #{$icomoon-font-path } /EVA-Icon.ttf?zh8e8a' ) format (' truetype' ),
8
+ url (' #{$icomoon-font-path } /EVA-Icon.woff?zh8e8a' ) format (' woff' ),
9
+ url (' #{$icomoon-font-path } /EVA-Icon.svg?zh8e8a#EVA-Icon' ) format (' svg' );
10
+ font-weight : normal ;
11
+ font-style : normal ;
12
+ }
13
+
14
+ [class ^= " icon-" ], [class *= " icon-" ] {
15
+ /* use !important to prevent issues with browser extensions that change fonts */
16
+ font-family : ' EVA-Icon' !important ;
17
+ speak : none ;
18
+ font-style : normal ;
19
+ font-weight : normal ;
20
+ font-variant : normal ;
21
+ text-transform : none ;
22
+ line-height : 1 ;
23
+
24
+ /* Better Font Rendering =========== */
25
+ -webkit-font-smoothing : antialiased ;
26
+ -moz-osx-font-smoothing : grayscale ;
27
+ }
28
+
29
+ .icon-nerv {
30
+ & :before {
31
+ content : $icon-nerv ;
32
+ }
33
+ }
34
+ .icon-eva-00 {
35
+ & :before {
36
+ content : $icon-eva-00 ;
37
+ }
38
+ }
39
+ .icon-eva-01 {
40
+ & :before {
41
+ content : $icon-eva-01 ;
42
+ }
43
+ }
44
+ .icon-eva-02 {
45
+ & :before {
46
+ content : $icon-eva-02 ;
47
+ }
48
+ }
49
+ .icon-adam {
50
+ & :before {
51
+ content : $icon-adam ;
52
+ }
53
+ }
54
+ .icon-lilith {
55
+ & :before {
56
+ content : $icon-lilith ;
57
+ }
58
+ }
59
+ .icon-sachiel {
60
+ & :before {
61
+ content : $icon-sachiel ;
62
+ }
63
+ }
64
+ .icon-shamshel {
65
+ & :before {
66
+ content : $icon-shamshel ;
67
+ }
68
+ }
69
+ .icon-ramiel {
70
+ & :before {
71
+ content : $icon-ramiel ;
72
+ }
73
+ }
74
+ .icon-gaghiel {
75
+ & :before {
76
+ content : $icon-gaghiel ;
77
+ }
78
+ }
79
+ .icon-israfel {
80
+ & :before {
81
+ content : $icon-israfel ;
82
+ }
83
+ }
84
+ .icon-sandalphon {
85
+ & :before {
86
+ content : $icon-sandalphon ;
87
+ }
88
+ }
89
+ .icon-matriel {
90
+ & :before {
91
+ content : $icon-matriel ;
92
+ }
93
+ }
94
+ .icon-sahaquiel {
95
+ & :before {
96
+ content : $icon-sahaquiel ;
97
+ }
98
+ }
99
+ .icon-ireul {
100
+ & :before {
101
+ content : $icon-ireul ;
102
+ }
103
+ }
104
+ .icon-leliel {
105
+ & :before {
106
+ content : $icon-leliel ;
107
+ }
108
+ }
109
+ .icon-bardiel {
110
+ & :before {
111
+ content : $icon-bardiel ;
112
+ }
113
+ }
114
+ .icon-zeruel {
115
+ & :before {
116
+ content : $icon-zeruel ;
117
+ }
118
+ }
119
+ .icon-arael {
120
+ & :before {
121
+ content : $icon-arael ;
122
+ }
123
+ }
124
+ .icon-almisael {
125
+ & :before {
126
+ content : $icon-almisael ;
127
+ }
128
+ }
129
+ .icon-tabris {
130
+ & :before {
131
+ content : $icon-tabris ;
132
+ }
133
+ }
134
+
Original file line number Diff line number Diff line change
1
+ $icomoon-font-path : " fonts" !default ;
2
+
3
+ $icon-nerv : " \e90f " ;
4
+ $icon-eva-00 : " \e911 " ;
5
+ $icon-eva-01 : " \e910 " ;
6
+ $icon-eva-02 : " \e912 " ;
7
+ $icon-adam : " \e913 " ;
8
+ $icon-lilith : " \e914 " ;
9
+ $icon-sachiel : " \e90e " ;
10
+ $icon-shamshel : " \e90d " ;
11
+ $icon-ramiel : " \e90c " ;
12
+ $icon-gaghiel : " \e902 " ;
13
+ $icon-israfel : " \e90b " ;
14
+ $icon-sandalphon : " \e90a " ;
15
+ $icon-matriel : " \e909 " ;
16
+ $icon-sahaquiel : " \e901 " ;
17
+ $icon-ireul : " \e908 " ;
18
+ $icon-leliel : " \e907 " ;
19
+ $icon-bardiel : " \e906 " ;
20
+ $icon-zeruel : " \e900 " ;
21
+ $icon-arael : " \e905 " ;
22
+ $icon-almisael : " \e904 " ;
23
+ $icon-tabris : " \e903 " ;
24
+
You can’t perform that action at this time.
0 commit comments