1@charset "UTF-8";
2
3@font-face {
4 font-family: "dripicons-v2";
5 src:url("fonts/dripicons-v2.eot");
6 src:url("fonts/dripicons-v2.eot?#iefix") format("embedded-opentype"),
7 url("fonts/dripicons-v2.woff") format("woff"),
8 url("fonts/dripicons-v2.ttf") format("truetype"),
9 url("fonts/dripicons-v2.svg#dripicons-v2") format("svg");
10 font-weight: normal;
11 font-style: normal;
12
13}
14
15[data-icon]:before {
16 font-family: "dripicons-v2" !important;
17 content: attr(data-icon);
18 font-style: normal !important;
19 font-weight: normal !important;
20 font-variant: normal !important;
21 text-transform: none !important;
22 speak: none;
23 line-height: 1;
24 -webkit-font-smoothing: antialiased;
25 -moz-osx-font-smoothing: grayscale;
26}
27
28[class^="dripicons-"]:before,
29[class*=" dripicons-"]:before {
30 font-family: "dripicons-v2" !important;
31 font-style: normal !important;
32 font-weight: normal !important;
33 font-variant: normal !important;
34 text-transform: none !important;
35 speak: none;
36 line-height: 1;
37 -webkit-font-smoothing: antialiased;
38 -moz-osx-font-smoothing: grayscale;
39}
40
...
</html>