Browse code

Update remote

Benjamin Roth authored on29/03/2023 11:42:08
Showing1 changed files
... ...
@@ -25,6 +25,10 @@
25 25
   content: attr(data-icon);
26 26
 }
27 27
 
28
+.ico-sparschwein:before {
29
+  content: "";
30
+}
31
+
28 32
 .ico-download:before {
29 33
   content: "";
30 34
 }
Browse code

Update

Benjamin Roth authored on28/03/2023 09:47:26
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,174 @@
1
+@charset "UTF-8";
2
+@font-face {
3
+  font-family: "affentaler_icons";
4
+  src: url("../_fonts/affentaler/affentaler_icons.eot?x5kql1");
5
+  src: url("../_fonts/affentaler/affentaler_icons.eot?x5kql1#iefix") format("embedded-opentype"), url("../_fonts/affentaler/affentaler_icons.woff2?x5kql1") format("woff2"), url("../_fonts/affentaler/affentaler_icons.ttf?x5kql1") format("truetype"), url("../_fonts/affentaler/affentaler_icons.woff?x5kql1") format("woff"), url("../_fonts/affentaler/affentaler_icons.svg?x5kql1#affentaler_icons") format("svg");
6
+  font-weight: normal;
7
+  font-style: normal;
8
+  font-display: block;
9
+}
10
+.ico {
11
+  /* use !important to prevent issues with browser extensions that change fonts */
12
+  font-family: "affentaler_icons" !important;
13
+  speak: never;
14
+  font-style: normal;
15
+  font-weight: normal;
16
+  font-variant: normal;
17
+  text-transform: none;
18
+  line-height: 1;
19
+  /* Better Font Rendering =========== */
20
+  -webkit-font-smoothing: antialiased;
21
+  -moz-osx-font-smoothing: grayscale;
22
+}
23
+
24
+.ico[data-icon]:before {
25
+  content: attr(data-icon);
26
+}
27
+
28
+.ico-download:before {
29
+  content: "";
30
+}
31
+
32
+.ico-emoji_happy:before {
33
+  content: "";
34
+}
35
+
36
+.ico-emoji_neutral:before {
37
+  content: "";
38
+}
39
+
40
+.ico-emoji_sad:before {
41
+  content: "";
42
+}
43
+
44
+.ico-up:before {
45
+  content: "";
46
+}
47
+
48
+.ico-down:before {
49
+  content: "";
50
+}
51
+
52
+.ico-left:before {
53
+  content: "";
54
+}
55
+
56
+.ico-right:before {
57
+  content: "";
58
+}
59
+
60
+.ico-up_filled:before {
61
+  content: "";
62
+}
63
+
64
+.ico-down_filled:before {
65
+  content: "";
66
+}
67
+
68
+.ico-left_filled:before {
69
+  content: "";
70
+}
71
+
72
+.ico-right_filled:before {
73
+  content: "";
74
+}
75
+
76
+.ico-besteck:before {
77
+  content: "";
78
+}
79
+
80
+.ico-birne:before {
81
+  content: "";
82
+}
83
+
84
+.ico-brief:before {
85
+  content: "";
86
+}
87
+
88
+.ico-einkaufswagen:before {
89
+  content: "";
90
+}
91
+
92
+.ico-euro:before {
93
+  content: "";
94
+}
95
+
96
+.ico-flasche:before {
97
+  content: "";
98
+}
99
+
100
+.ico-flaschen:before {
101
+  content: "";
102
+}
103
+
104
+.ico-fon:before {
105
+  content: "";
106
+}
107
+
108
+.ico-gruppe:before {
109
+  content: "";
110
+}
111
+
112
+.ico-herz:before {
113
+  content: "";
114
+}
115
+
116
+.ico-herz_filled:before {
117
+  content: "";
118
+}
119
+
120
+.ico-kalender:before {
121
+  content: "";
122
+}
123
+
124
+.ico-kelch:before {
125
+  content: "";
126
+}
127
+
128
+.ico-lupe:before {
129
+  content: "";
130
+}
131
+
132
+.ico-medaille:before {
133
+  content: "";
134
+}
135
+
136
+.ico-minus:before {
137
+  content: "";
138
+}
139
+
140
+.ico-ort:before {
141
+  content: "";
142
+}
143
+
144
+.ico-person:before {
145
+  content: "";
146
+}
147
+
148
+.ico-plus:before {
149
+  content: "";
150
+}
151
+
152
+.ico-sonne:before {
153
+  content: "";
154
+}
155
+
156
+.ico-stift:before {
157
+  content: "";
158
+}
159
+
160
+.ico-trauben:before {
161
+  content: "";
162
+}
163
+
164
+.ico-uhr:before {
165
+  content: "";
166
+}
167
+
168
+.ico-wetter:before {
169
+  content: "";
170
+}
171
+
172
+.ico-X:before {
173
+  content: "";
174
+}