1
+ /*
2
+ Flaticon icon font: Flaticon
3
+ Creation date: 15/12/2017 14:40
4
+ */
5
+
6
+ @font-face {
7
+ font-family : " Flaticon" ;
8
+ src : url (" ./Flaticon.eot" );
9
+ src : url (" ./Flaticon.eot?#iefix" ) format (" embedded-opentype" ),
10
+ url (" ./Flaticon.woff" ) format (" woff" ),
11
+ url (" ./Flaticon.ttf" ) format (" truetype" ),
12
+ url (" ./Flaticon.svg#Flaticon" ) format (" svg" );
13
+ font-weight : normal ;
14
+ font-style : normal ;
15
+ }
16
+
17
+ @media screen and (-webkit-min-device-pixel-ratio :0 ) {
18
+ @font-face {
19
+ font-family : " Flaticon" ;
20
+ src : url (" ./Flaticon.svg#Flaticon" ) format (" svg" );
21
+ }
22
+ }
23
+
24
+ .fi :before {
25
+ display : inline-block ;
26
+ font-family : " Flaticon" ;
27
+ font-style : normal ;
28
+ font-weight : normal ;
29
+ font-variant : normal ;
30
+ line-height : 1 ;
31
+ text-decoration : inherit ;
32
+ text-rendering : optimizeLegibility ;
33
+ text-transform : none ;
34
+ -moz-osx-font-smoothing : grayscale ;
35
+ -webkit-font-smoothing : antialiased ;
36
+ font-smoothing : antialiased ;
37
+ }
38
+
39
+ .flaticon-school-calendar :before { content : " \f100 " ; }
40
+ .flaticon-calendar :before { content : " \f101 " ; }
41
+ .flaticon-internet :before { content : " \f102 " ; }
42
+ .flaticon-tool :before { content : " \f103 " ; }
43
+ .flaticon-credit-card :before { content : " \f104 " ; }
44
+ .flaticon-id-card :before { content : " \f105 " ; }
45
+ .flaticon-wallet :before { content : " \f106 " ; }
46
+ .flaticon-scissors :before { content : " \f107 " ; }
47
+ .flaticon-heartbeat :before { content : " \f108 " ; }
48
+ .flaticon-lemonade :before { content : " \f109 " ; }
49
+ .flaticon-coding :before { content : " \f10a " ; }
50
+ .flaticon-video-camera :before { content : " \f10b " ; }
51
+ .flaticon-cutlery :before { content : " \f10c " ; }
52
+ .flaticon-piggy-bank :before { content : " \f10d " ; }
53
+ .flaticon-home :before { content : " \f10e " ; }
54
+ .flaticon-commerce :before { content : " \f10f " ; }
55
+
56
+ $font-Flaticon-school-calendar : " \f100 " ;
57
+ $font-Flaticon-calendar : " \f101 " ;
58
+ $font-Flaticon-internet : " \f102 " ;
59
+ $font-Flaticon-tool : " \f103 " ;
60
+ $font-Flaticon-credit-card : " \f104 " ;
61
+ $font-Flaticon-id-card : " \f105 " ;
62
+ $font-Flaticon-wallet : " \f106 " ;
63
+ $font-Flaticon-scissors : " \f107 " ;
64
+ $font-Flaticon-heartbeat : " \f108 " ;
65
+ $font-Flaticon-lemonade : " \f109 " ;
66
+ $font-Flaticon-coding : " \f10a " ;
67
+ $font-Flaticon-video-camera : " \f10b " ;
68
+ $font-Flaticon-cutlery : " \f10c " ;
69
+ $font-Flaticon-piggy-bank : " \f10d " ;
70
+ $font-Flaticon-home : " \f10e " ;
71
+ $font-Flaticon-commerce : " \f10f " ;
0 commit comments