|
|
@@ -1,10 +1,10 @@
|
|
1
|
1
|
@font-face {
|
|
2
|
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('./fonts/icomoon.eot?6rmrq3');
|
|
|
4
|
+ src: url('./fonts/icomoon.eot?6rmrq3#iefix') format('embedded-opentype'),
|
|
|
5
|
+ url('./fonts/icomoon.ttf?6rmrq3') format('truetype'),
|
|
|
6
|
+ url('./fonts/icomoon.woff?6rmrq3') format('woff'),
|
|
|
7
|
+ url('./fonts/icomoon.svg?6rmrq3#icomoon') format('svg');
|
|
8
|
8
|
font-weight: normal;
|
|
9
|
9
|
font-style: normal;
|
|
10
|
10
|
font-display: block;
|