1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,141 @@ |
1 |
+@font-face { |
|
2 |
+ font-family: 'affentaler_icons'; |
|
3 |
+ src: url('../_fonts/affentaler/affentaler_icons.eot?x5kql1'); |
|
4 |
+ src: url('../_fonts/affentaler/affentaler_icons.eot?x5kql1#iefix') format('embedded-opentype'), |
|
5 |
+ url('../_fonts/affentaler/affentaler_icons.woff2?x5kql1') format('woff2'), |
|
6 |
+ url('../_fonts/affentaler/affentaler_icons.ttf?x5kql1') format('truetype'), |
|
7 |
+ url('../_fonts/affentaler/affentaler_icons.woff?x5kql1') format('woff'), |
|
8 |
+ url('../_fonts/affentaler/affentaler_icons.svg?x5kql1#affentaler_icons') format('svg'); |
|
9 |
+ font-weight: normal; |
|
10 |
+ font-style: normal; |
|
11 |
+ font-display: block; |
|
12 |
+} |
|
13 |
+ |
|
14 |
+ |
|
15 |
+ |
|
16 |
+.ico { |
|
17 |
+ /* use !important to prevent issues with browser extensions that change fonts */ |
|
18 |
+ font-family: 'affentaler_icons' !important; |
|
19 |
+ speak: never; |
|
20 |
+ font-style: normal; |
|
21 |
+ font-weight: normal; |
|
22 |
+ font-variant: normal; |
|
23 |
+ text-transform: none; |
|
24 |
+ line-height: 1; |
|
25 |
+ |
|
26 |
+ /* Better Font Rendering =========== */ |
|
27 |
+ -webkit-font-smoothing: antialiased; |
|
28 |
+ -moz-osx-font-smoothing: grayscale; |
|
29 |
+} |
|
30 |
+ |
|
31 |
+.ico-download:before { |
|
32 |
+ content: "\e923"; |
|
33 |
+} |
|
34 |
+.ico-emoji_happy:before { |
|
35 |
+ content: "\e920"; |
|
36 |
+} |
|
37 |
+.ico-emoji_neutral:before { |
|
38 |
+ content: "\e921"; |
|
39 |
+} |
|
40 |
+.ico-emoji_sad:before { |
|
41 |
+ content: "\e922"; |
|
42 |
+} |
|
43 |
+.ico-up:before { |
|
44 |
+ content: "\e900"; |
|
45 |
+} |
|
46 |
+.ico-down:before { |
|
47 |
+ content: "\e901"; |
|
48 |
+} |
|
49 |
+.ico-left:before { |
|
50 |
+ content: "\e902"; |
|
51 |
+} |
|
52 |
+.ico-right:before { |
|
53 |
+ content: "\e903"; |
|
54 |
+} |
|
55 |
+.ico-up_filled:before { |
|
56 |
+ content: "\e904"; |
|
57 |
+} |
|
58 |
+.ico-down_filled:before { |
|
59 |
+ content: "\e905"; |
|
60 |
+} |
|
61 |
+.ico-left_filled:before { |
|
62 |
+ content: "\e906"; |
|
63 |
+} |
|
64 |
+.ico-right_filled:before { |
|
65 |
+ content: "\e907"; |
|
66 |
+} |
|
67 |
+.ico-besteck:before { |
|
68 |
+ content: "\e908"; |
|
69 |
+} |
|
70 |
+.ico-birne:before { |
|
71 |
+ content: "\e909"; |
|
72 |
+} |
|
73 |
+.ico-brief:before { |
|
74 |
+ content: "\e90a"; |
|
75 |
+} |
|
76 |
+.ico-einkaufswagen:before { |
|
77 |
+ content: "\e90b"; |
|
78 |
+} |
|
79 |
+.ico-euro:before { |
|
80 |
+ content: "\e90c"; |
|
81 |
+} |
|
82 |
+.ico-flasche:before { |
|
83 |
+ content: "\e90d"; |
|
84 |
+} |
|
85 |
+.ico-flaschen:before { |
|
86 |
+ content: "\e90e"; |
|
87 |
+} |
|
88 |
+.ico-fon:before { |
|
89 |
+ content: "\e90f"; |
|
90 |
+} |
|
91 |
+.ico-gruppe:before { |
|
92 |
+ content: "\e910"; |
|
93 |
+} |
|
94 |
+.ico-herz:before { |
|
95 |
+ content: "\e911"; |
|
96 |
+} |
|
97 |
+.ico-herz_filled:before { |
|
98 |
+ content: "\e924"; |
|
99 |
+} |
|
100 |
+.ico-kalender:before { |
|
101 |
+ content: "\e912"; |
|
102 |
+} |
|
103 |
+.ico-kelch:before { |
|
104 |
+ content: "\e913"; |
|
105 |
+} |
|
106 |
+.ico-lupe:before { |
|
107 |
+ content: "\e914"; |
|
108 |
+} |
|
109 |
+.ico-medaille:before { |
|
110 |
+ content: "\e915"; |
|
111 |
+} |
|
112 |
+.ico-minus:before { |
|
113 |
+ content: "\e916"; |
|
114 |
+} |
|
115 |
+.ico-ort:before { |
|
116 |
+ content: "\e917"; |
|
117 |
+} |
|
118 |
+.ico-person:before { |
|
119 |
+ content: "\e918"; |
|
120 |
+} |
|
121 |
+.ico-plus:before { |
|
122 |
+ content: "\e919"; |
|
123 |
+} |
|
124 |
+.ico-sonne:before { |
|
125 |
+ content: "\e91a"; |
|
126 |
+} |
|
127 |
+.ico-stift:before { |
|
128 |
+ content: "\e91b"; |
|
129 |
+} |
|
130 |
+.ico-trauben:before { |
|
131 |
+ content: "\e91c"; |
|
132 |
+} |
|
133 |
+.ico-uhr:before { |
|
134 |
+ content: "\e91d"; |
|
135 |
+} |
|
136 |
+.ico-wetter:before { |
|
137 |
+ content: "\e91e"; |
|
138 |
+} |
|
139 |
+.ico-X:before { |
|
140 |
+ content: "\e91f"; |
|
141 |
+} |