1
/*! Cryptocoins - cryptocurrency icon font | https://github.com/allienworks/cryptocoins */
2
3
@font-face {
4
font-family: "cryptocoins";
5
src: url('cryptocoins.woff2') format('woff2'),
6
url('cryptocoins.woff') format('woff'),
7
url('cryptocoins.ttf') format('truetype');
8
}
9
10
/* .cc:before { */
11
.cc::before {
12
font-family: "cryptocoins";
13
-webkit-font-smoothing: antialiased;
14
-moz-osx-font-smoothing: grayscale;
15
font-style: normal;
16
font-variant: normal;
17
font-weight: normal;
18
/* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
19
text-decoration: none;
20
text-transform: none;
21
}
22
23
24
.cc.ADA-alt::before {
25
content: "\E001";
26
}
27
28
.cc.ADA::before {
29
content: "\E002";
30
}
31
32
.cc.ADC-alt::before {
33
content: "\E003";
34
}
35
36
.cc.ADC::before {
37
content: "\E004";
38
}
39
40
.cc.AEON-alt::before {
...
</html>