-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyr-icons.css
78 lines (56 loc) · 1.5 KB
/
yr-icons.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
@font-face {
font-family: "yr-icons";
font-display: swap;
src: url("icons/icons.eot?") format("eot"), url("icons/icons.woff") format("woff"), url("icons/icons.ttf") format("truetype"), url("icons/icons.svg#yr-icons") format("svg"); }
[class^="icon-"], [class*=" icon-"] {
font-family: 'yr-icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.icon-arrow-bold-down:before {
content: "\e900"; }
.icon-arrow-bold-top:before {
content: "\e901"; }
.icon-arrow-right:before {
content: "\e902"; }
.icon-arrow-left:before {
content: "\e912"; }
.icon-email-inverted:before {
content: "\e903"; }
.icon-facebook-inverted:before {
content: "\e904"; }
.icon-facebook:before {
content: "\e905"; }
.icon-hamburger:before {
content: "\e906"; }
.icon-instagram:before {
content: "\e907"; }
.icon-pause:before {
content: "\e908"; }
.icon-play-inverted:before {
content: "\e909"; }
.icon-play:before {
content: "\e90a"; }
.icon-search:before {
content: "\e90b"; }
.icon-close:before {
content: "\e911"; }
.icon-share:before {
content: "\e90c"; }
.icon-twitter-inverted:before {
content: "\e90d"; }
.icon-twitter:before {
content: "\e90e"; }
.icon-youtube:before {
content: "\e90f"; }
.icon-join-us:before {
content: "\e910"; }
.icon-play-circle:before {
content: "\e913"; }
.icon-sound-circle:before {
content: "\e914"; }