ferngully-aurelia-tools
Version:
Ferngully Tools for Aurelia
50 lines (44 loc) • 1.26 kB
CSS
@charset "UTF-8";
@font-face {
font-family: "ferngullyiconfont";
src:url("./fonts/ferngullyiconfont.eot");
src:url("./fonts/ferngullyiconfont.eot?#iefix") format("embedded-opentype"),
url("./fonts/ferngullyiconfont.woff") format("woff"),
url("./fonts/ferngullyiconfont.ttf") format("truetype"),
url("./fonts/ferngullyiconfont.svg#ferngullyiconfont") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "ferngullyiconfont" ;
content: attr(data-icon);
font-style: normal ;
font-weight: normal ;
font-variant: normal ;
text-transform: none ;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="fg-"]:before,
[class*=" fg-"]:before {
font-family: "ferngullyiconfont" ;
font-style: normal ;
font-weight: normal ;
font-variant: normal ;
text-transform: none ;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fg-checked:before {
content: "\e000";
}
.fg-notchecked:before {
content: "\e001";
}
.fg-killmytv:before {
content: "\e002";
}