-
Notifications
You must be signed in to change notification settings - Fork 0
/
font-style.css
93 lines (90 loc) · 2.22 KB
/
font-style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
@font-face {
font-family: "holberton_school-icon";
src: url("fonts/holberton_school-icon.eot?sq4eq4");
src: url("fonts/holberton_school-icon.eot?sq4eq4#iefix")
format("embedded-opentype"),
url("fonts/holberton_school-icon.ttf?sq4eq4") format("truetype"),
url("fonts/holberton_school-icon.woff?sq4eq4") format("woff"),
url("fonts/holberton_school-icon.svg?sq4eq4#holberton_school-icon")
format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="holberton_school-icon-"],
[class*=" holberton_school-icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "holberton_school-icon" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.holberton_school-icon-arrow_1:before {
content: "\e900";
}
.holberton_school-icon-arrow_2:before {
content: "\e901";
}
.holberton_school-icon-arrow_3:before {
content: "\e902";
}
.holberton_school-icon-arrow_4:before {
content: "\e903";
}
.holberton_school-icon-arrow_5:before {
content: "\e904";
}
.holberton_school-icon-check:before {
content: "\e905";
}
.holberton_school-icon-ic_bag:before {
content: "\e906";
}
.holberton_school-icon-ic_cart:before {
content: "\e907";
}
.holberton_school-icon-ic_facebook:before {
content: "\e908";
}
.holberton_school-icon-ic_hearing:before {
content: "\e909";
}
.holberton_school-icon-ic_instagram:before {
content: "\e90a";
}
.holberton_school-icon-ic_laptop:before {
content: "\e90b";
}
.holberton_school-icon-ic_money:before {
content: "\e90c";
}
.holberton_school-icon-ic_music:before {
content: "\e90d";
}
.holberton_school-icon-ic_sound:before {
content: "\e90e";
}
.holberton_school-icon-ic_twitter:before {
content: "\e90f";
}
.holberton_school-icon-ic_video:before {
content: "\e910";
}
.holberton_school-icon-menu:before {
content: "\e911";
}
.holberton_school-icon-search_1:before {
content: "\e912";
}
.holberton_school-icon-search_2:before {
content: "\e913";
}
.holberton_school-icon-star:before {
content: "\e914";
}