-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
112 lines (108 loc) · 2.25 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
109
110
111
112
@font-face {
font-family: 'inuicon';
src: url('fonts/inuicon.eot?yv40k4');
src: url('fonts/inuicon.eot?yv40k4#iefix') format('embedded-opentype'),
url('fonts/inuicon.ttf?yv40k4') format('truetype'),
url('fonts/inuicon.woff?yv40k4') format('woff'),
url('fonts/inuicon.svg?yv40k4#inuicon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'inuicon' !important;
speak: never;
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;
}
.icon-hash:before {
content: "\e909";
}
.icon-diff:before {
content: "\e905";
}
.icon-watch:before {
content: "\e906";
}
.icon-single-window:before {
content: "\e907";
}
.icon-dual-window:before {
content: "\e908";
}
.icon-cross-team-search:before {
content: "\e904";
}
.icon-presentation:before {
content: "\e900";
}
.icon-clipboard:before {
content: "\e901";
}
.icon-ellipsis:before {
content: "\e902";
}
.icon-copy:before {
content: "\e903";
}
.icon-medicine:before {
content: "\e60c";
}
.icon-piyo:before {
content: "\e608";
}
.icon-egg:before {
content: "\e609";
}
.icon-tori-atama:before {
content: "\e60a";
}
.icon-tori-home:before {
content: "\e60b";
}
.icon-nena:before {
content: "\e605";
}
.icon-fish:before {
content: "\e601";
}
.icon-fish-bone:before {
content: "\e602";
}
.icon-shachihoko:before {
content: "\e603";
}
.icon-shrimp:before {
content: "\e604";
}
.icon-bone:before {
content: "\e600";
}
.icon-mola:before {
content: "\e000";
}
.icon-footprint:before {
content: "\e001";
}
.icon-niku:before {
content: "\e606";
}
.icon-pplog:before {
content: "\e607";
}