-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypepicter.css
executable file
·64 lines (61 loc) · 1.21 KB
/
typepicter.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
@font-face {
font-family: 'typepicter';
src:url('typepicter/typepicter.eot?k5p4vi');
src:url('typepicter/typepicter.eot?#iefixk5p4vi') format('embedded-opentype'),
url('typepicter/typepicter.woff?k5p4vi') format('woff'),
url('typepicter/typepicter.ttf?k5p4vi') format('truetype'),
url('typepicter/typepicter.svg?k5p4vi#typepicter') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'typepicter';
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;
}
.icon-branch2:before {
content: "\77";
}
.icon-space:before {
content: "\20";
}
.icon-leaf:before {
content: "\59";
}
.icon-flower3:before {
content: "\54";
}
.icon-flower1:before {
content: "\52";
}
.icon-twig2:before {
content: "\65";
}
.icon-twig22:before {
content: "\45";
}
.icon-branch22:before {
content: "\57";
}
.icon-trunk:before {
content: "\71";
}
.icon-trunk2:before {
content: "\51";
}
.icon-leaf2:before {
content: "\79";
}
.icon-flower32:before {
content: "\74";
}
.icon-flower12:before {
content: "\72";
}