| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,49 @@ |
| 1 |
+@font-face {
|
|
| 2 |
+ font-family: 'icomoon'; |
|
| 3 |
+ src: url('../../fonts/icomoon.eot?q0bly');
|
|
| 4 |
+ src: url('../../fonts/icomoon.eot?q0bly#iefix') format('embedded-opentype'),
|
|
| 5 |
+ url('../../fonts/icomoon.woff2?q0bly') format('woff2'),
|
|
| 6 |
+ url('../../fonts/icomoon.ttf?q0bly') format('truetype'),
|
|
| 7 |
+ url('../../fonts/icomoon.woff?q0bly') format('woff'),
|
|
| 8 |
+ url('../../fonts/icomoon.svg?q0bly#icomoon') format('svg');
|
|
| 9 |
+ font-weight: normal; |
|
| 10 |
+ font-style: normal; |
|
| 11 |
+ font-display: block; |
|
| 12 |
+} |
|
| 13 |
+ |
|
| 14 |
+.ico {
|
|
| 15 |
+ /* use !important to prevent issues with browser extensions that change fonts */ |
|
| 16 |
+ font-family: 'icomoon' !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 |
+.ico-keyboard_arrow_down:before {
|
|
| 30 |
+ content: "\e900"; |
|
| 31 |
+} |
|
| 32 |
+.ico-keyboard_arrow_left:before {
|
|
| 33 |
+ content: "\e901"; |
|
| 34 |
+} |
|
| 35 |
+.ico-keyboard_arrow_right:before {
|
|
| 36 |
+ content: "\e902"; |
|
| 37 |
+} |
|
| 38 |
+.ico-keyboard_arrow_up:before {
|
|
| 39 |
+ content: "\e903"; |
|
| 40 |
+} |
|
| 41 |
+.ico-arrow_back_ios:before {
|
|
| 42 |
+ content: "\e904"; |
|
| 43 |
+} |
|
| 44 |
+.ico-arrow_forward_ios:before {
|
|
| 45 |
+ content: "\e905"; |
|
| 46 |
+} |
|
| 47 |
+.ico-zoom_in:before {
|
|
| 48 |
+ content: "\e906"; |
|
| 49 |
+} |