-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathicons.css
More file actions
executable file
·41 lines (34 loc) · 855 Bytes
/
icons.css
File metadata and controls
executable file
·41 lines (34 loc) · 855 Bytes
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
@font-face {
font-family: 'lightbox';
src:url('fonts/lightbox.eot?-5s4m8u');
src:url('fonts/lightbox.eot?#iefix-5s4m8u') format('embedded-opentype'),
url('fonts/lightbox.woff?-5s4m8u') format('woff'),
url('fonts/lightbox.ttf?-5s4m8u') format('truetype'),
url('fonts/lightbox.svg?-5s4m8u#lightbox') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'lightbox';
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-print:before {
content: "\e600";
}
.icon-arrow-left:before {
content: "\e601";
}
.icon-arrow-right:before {
content: "\e602";
}
.icon-close:before {
content: "\e603";
}