Parcourir la source

:recycle: alter link for icomoon font

undefined
j il y a 2 ans
Parent
révision
b586b7ad64
1 fichiers modifiés avec 40 ajouts et 41 suppressions
  1. 40
    41
      frontend/assets/sass/icons.scss

+ 40
- 41
frontend/assets/sass/icons.scss Voir le fichier

1
 @font-face {
1
 @font-face {
2
     font-family: 'icomoon';
2
     font-family: 'icomoon';
3
-    src: url('assets/fonts/icomoon.eot?6rmrq3');
4
-    src: url('assets/fonts/icomoon.eot?6rmrq3#iefix') format('embedded-opentype'),
5
-        url('assets/fonts/icomoon.ttf?6rmrq3') format('truetype'),
6
-        url('assets/fonts/icomoon.woff?6rmrq3') format('woff'),
7
-        url('assets/fonts/icomoon.svg?6rmrq3#icomoon') format('svg');
3
+    src: url('/assets/fonts/icomoon.eot?6rmrq3');
4
+    src: url('/assets/fonts/icomoon.eot?6rmrq3#iefix')
5
+            format('embedded-opentype'),
6
+        url('/assets/fonts/icomoon.ttf?6rmrq3') format('truetype'),
7
+        url('/assets/fonts/icomoon.woff?6rmrq3') format('woff'),
8
+        url('/assets/fonts/icomoon.svg?6rmrq3#icomoon') format('svg');
8
     font-weight: normal;
9
     font-weight: normal;
9
     font-style: normal;
10
     font-style: normal;
10
     font-display: block;
11
     font-display: block;
11
 }
12
 }
12
 
13
 
13
-[class^="icon-"],
14
-[class*=" icon-"] {
14
+[class^='icon-'],
15
+[class*=' icon-'] {
15
     /* use !important to prevent issues with browser extensions that change fonts */
16
     /* use !important to prevent issues with browser extensions that change fonts */
16
     font-family: 'icomoon' !important;
17
     font-family: 'icomoon' !important;
17
     speak: never;
18
     speak: never;
26
     -moz-osx-font-smoothing: grayscale;
27
     -moz-osx-font-smoothing: grayscale;
27
 
28
 
28
     &.icon-cross:before {
29
     &.icon-cross:before {
29
-        content: "\e911";
30
+        content: '\e911';
30
     }
31
     }
31
 
32
 
32
     &.icon-dots-three-horizontal:before {
33
     &.icon-dots-three-horizontal:before {
33
-        content: "\e917";
34
+        content: '\e917';
34
     }
35
     }
35
 
36
 
36
     &.icon-dots-three-vertical:before {
37
     &.icon-dots-three-vertical:before {
37
-        content: "\e91a";
38
+        content: '\e91a';
38
     }
39
     }
39
 
40
 
40
     &.icon-address:before {
41
     &.icon-address:before {
41
-        content: "\e900";
42
+        content: '\e900';
42
     }
43
     }
43
 
44
 
44
     &.icon-area-graph:before {
45
     &.icon-area-graph:before {
45
-        content: "\e901";
46
+        content: '\e901';
46
     }
47
     }
47
 
48
 
48
     &.icon-calendar:before {
49
     &.icon-calendar:before {
49
-        content: "\e902";
50
+        content: '\e902';
50
     }
51
     }
51
 
52
 
52
     &.icon-certified:before {
53
     &.icon-certified:before {
53
-        content: "\e903";
54
+        content: '\e903';
54
     }
55
     }
55
 
56
 
56
     &.icon-chat:before {
57
     &.icon-chat:before {
57
-        content: "\e904";
58
+        content: '\e904';
58
     }
59
     }
59
 
60
 
60
     &.icon-checkmark:before {
61
     &.icon-checkmark:before {
61
-        content: "\e905";
62
+        content: '\e905';
62
     }
63
     }
63
 
64
 
64
     &.icon-clock:before {
65
     &.icon-clock:before {
65
-        content: "\e906";
66
+        content: '\e906';
66
     }
67
     }
67
 
68
 
68
     &.icon-cog:before {
69
     &.icon-cog:before {
69
-        content: "\e907";
70
+        content: '\e907';
70
     }
71
     }
71
 
72
 
72
     &.icon-compass:before {
73
     &.icon-compass:before {
73
-        content: "\e908";
74
+        content: '\e908';
74
     }
75
     }
75
 
76
 
76
     &.icon-emoji-happy:before {
77
     &.icon-emoji-happy:before {
77
-        content: "\e909";
78
+        content: '\e909';
78
     }
79
     }
79
 
80
 
80
     &.icon-envelope:before {
81
     &.icon-envelope:before {
81
-        content: "\e90a";
82
+        content: '\e90a';
82
     }
83
     }
83
 
84
 
84
     &.icon-graduation-cap:before {
85
     &.icon-graduation-cap:before {
85
-        content: "\e90b";
86
+        content: '\e90b';
86
     }
87
     }
87
 
88
 
88
     &.icon-guage:before {
89
     &.icon-guage:before {
89
-        content: "\e90c";
90
+        content: '\e90c';
90
     }
91
     }
91
 
92
 
92
     &.icon-heart:before {
93
     &.icon-heart:before {
93
-        content: "\e90d";
94
+        content: '\e90d';
94
     }
95
     }
95
 
96
 
96
     &.icon-home:before {
97
     &.icon-home:before {
97
-        content: "\e90e";
98
+        content: '\e90e';
98
     }
99
     }
99
 
100
 
100
     &.icon-location:before {
101
     &.icon-location:before {
101
-        content: "\e90f";
102
+        content: '\e90f';
102
     }
103
     }
103
 
104
 
104
     &.icon-lock:before {
105
     &.icon-lock:before {
105
-        content: "\e910";
106
+        content: '\e910';
106
     }
107
     }
107
 
108
 
108
     &.icon-paper-plane:before {
109
     &.icon-paper-plane:before {
109
-        content: "\e912";
110
+        content: '\e912';
110
     }
111
     }
111
 
112
 
112
     &.icon-people:before {
113
     &.icon-people:before {
113
-        content: "\e913";
114
+        content: '\e913';
114
     }
115
     }
115
 
116
 
116
     &.icon-plus:before {
117
     &.icon-plus:before {
117
-        content: "\e914";
118
+        content: '\e914';
118
     }
119
     }
119
 
120
 
120
     &.icon-price-ribbon:before {
121
     &.icon-price-ribbon:before {
121
-        content: "\e915";
122
+        content: '\e915';
122
     }
123
     }
123
 
124
 
124
     &.icon-star:before {
125
     &.icon-star:before {
125
-        content: "\e916";
126
+        content: '\e916';
126
     }
127
     }
127
 
128
 
128
     &.icon-tools:before {
129
     &.icon-tools:before {
129
-        content: "\e918";
130
+        content: '\e918';
130
     }
131
     }
131
 
132
 
132
     &.icon-truck:before {
133
     &.icon-truck:before {
133
-        content: "\e919";
134
+        content: '\e919';
134
     }
135
     }
135
 
136
 
136
     &.icon-search:before {
137
     &.icon-search:before {
137
-        content: "\e986";
138
+        content: '\e986';
138
     }
139
     }
139
 
140
 
140
     &.icon-eye:before {
141
     &.icon-eye:before {
141
-        content: "\e9ce";
142
+        content: '\e9ce';
142
     }
143
     }
143
 
144
 
144
     &.icon-eye-blocked:before {
145
     &.icon-eye-blocked:before {
145
-        content: "\e9d1";
146
-        }
147
-        
148
-
149
-    }
146
+        content: '\e9d1';
147
+    }
148
+}

Chargement…
Annuler
Enregistrer