-
Notifications
You must be signed in to change notification settings - Fork 0
/
jelly-icon.css
61 lines (58 loc) · 1.24 KB
/
jelly-icon.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
@font-face {
font-family: 'Jelly-Icon';
src:
url('fonts/Jelly-Icon.ttf?hrgy3s') format('truetype'),
url('fonts/Jelly-Icon.woff?hrgy3s') format('woff'),
url('fonts/Jelly-Icon.svg?hrgy3s#Jelly-Icon') format('svg');
font-weight: normal;
font-style: normal;
}
.jelly-icon {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'Jelly-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;
}
.jelly-icon-open:before {
content: "\1f4c2";
}
.jelly-icon-download:before {
content: "\f220";
}
.jelly-icon-compile:before {
content: "\2699";
}
.jelly-icon-run:before {
content: "\23f5";
}
.jelly-icon-compile-run:before {
content: "\f200";
}
.jelly-icon-stop:before {
content: "\23f9";
}
.jelly-icon-pause:before {
content: "\23f8";
}
.jelly-icon-step:before {
content: "\f201";
}
.jelly-icon-about:before {
content: "\2139";
}
.jelly-icon-help:before {
content: "\2753";
}
.jelly-icon-left-arrow:before {
content: "\2190";
}
.jelly-icon-right-arrow:before {
content: "\2192";
}