-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_khFonts.scss
64 lines (62 loc) · 1.12 KB
/
_khFonts.scss
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
@font-face {
font-family: 'khfonts';
src:
url('fonts/khfonts.ttf?cb408f') format('truetype'),
url('fonts/khfonts.woff?cb408f') format('woff'),
url('fonts/khfonts.svg?cb408f#khfonts') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="fa-"], [class*=" fa-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'khfonts' !important;
}
.fa-announcement:before {
content: "\e909";
}
.fa-phone:before {
content: "\e90a";
}
.fa-book:before {
content: "\e90b";
}
.fa-flask:before {
content: "\e90c";
}
.fa-bell:before {
content: "\e906";
}
.fa-paperclip:before {
content: "\e92c";
}
.fa-vials:before {
content: "\e923";
}
.fa-file-word:before {
content: "\e901";
}
.fa-file-pdf:before {
content: "\e902";
}
.fa-vial:before {
content: "\e907";
}
.fa-itu:before {
content: "\e925";
}
.fa-check-list:before {
content: "\e900";
}
.fa-info-circle:before {
content: "\e903";
}
.fa-calendar:before {
content: "\e904";
}
.fa-envelope-o:before {
content: "\e905";
}
.fa-home:before {
content: "\e908";
}