This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·108 lines (104 loc) · 2.19 KB
/
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
@font-face {
font-family: 'ageras-punch-font';
src: url('fonts/ageras-punch-font.eot?wqv3b4');
src: url('fonts/ageras-punch-font.eot?wqv3b4#iefix') format('embedded-opentype'),
url('fonts/ageras-punch-font.ttf?wqv3b4') format('truetype'),
url('fonts/ageras-punch-font.woff?wqv3b4') format('woff'),
url('fonts/ageras-punch-font.svg?wqv3b4#ageras-punch-font') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="ap-"], [class*=" ap-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'ageras-punch-font' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Enable Ligatures ================ */
letter-spacing: 0;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
font-feature-settings: "liga";
-webkit-font-variant-ligatures: discretionary-ligatures;
font-variant-ligatures: discretionary-ligatures;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ap-attachment:before {
content: "\e910";
}
.ap-bell:before {
content: "\e909";
}
.ap-exclamation:before {
content: "\e908";
}
.ap-filter:before {
content: "\e907";
}
.ap-burger:before {
content: "\e905";
}
.ap-star:before {
content: "\e903";
}
.ap-arrow-down:before {
content: "\e902";
}
.ap-punch:before {
content: "\e900";
}
.ap-task:before {
content: "\e901";
}
.ap-add:before {
content: "\e911";
}
.ap-remove:before {
content: "\e912";
}
.ap-cross:before {
content: "\ea0f";
}
.ap-checkmark:before {
content: "\ea10";
}
.ap-file-pdf:before {
content: "\eadf";
}
.ap-user:before {
content: "\e971";
}
.ap-phone:before {
content: "\e913";
}
.ap-credit-card:before {
content: "\e90e";
}
.ap-house:before {
content: "\e90f";
}
.ap-certifications:before {
content: "\e90c";
}
.ap-pin:before {
content: "\e90d";
}
.ap-file:before {
content: "\e90b";
}
.ap-refill:before {
content: "\e90a";
}
.ap-magnify:before {
content: "\e906";
}
.ap-lock-open:before {
content: "\e904";
}