You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.0 KiB
34 lines
1.0 KiB
/*
|
|
* Font Custom: bare CSS
|
|
*/
|
|
|
|
@font-face {
|
|
font-family: "quirky-icons";
|
|
src: url("quirky-icons_94b6667e46c5601c4e08e650e3872625.eot");
|
|
src: url("quirky-icons_94b6667e46c5601c4e08e650e3872625.eot?#iefix") format("embedded-opentype"),
|
|
url("quirky-icons_94b6667e46c5601c4e08e650e3872625.woff") format("woff"),
|
|
url("quirky-icons_94b6667e46c5601c4e08e650e3872625.ttf") format("truetype"),
|
|
url("quirky-icons_94b6667e46c5601c4e08e650e3872625.svg#quirky-icons") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.icon-blast-off:before,
|
|
.icon-pen-and-paint-brush:before,
|
|
.icon-price-tag:before,
|
|
.icon-tools:before {
|
|
font-family: "quirky-icons";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
display: inline-block;
|
|
text-decoration: inherit;
|
|
}
|
|
|
|
.icon-blast-off:before { content: "\f100"; }
|
|
.icon-pen-and-paint-brush:before { content: "\f101"; }
|
|
.icon-price-tag:before { content: "\f102"; }
|
|
.icon-tools:before { content: "\f103"; }
|