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

  1. /*
  2. * Font Custom: bare CSS
  3. */
  4. @font-face {
  5. font-family: "quirky-icons";
  6. src: url("quirky-icons_94b6667e46c5601c4e08e650e3872625.eot");
  7. src: url("quirky-icons_94b6667e46c5601c4e08e650e3872625.eot?#iefix") format("embedded-opentype"),
  8. url("quirky-icons_94b6667e46c5601c4e08e650e3872625.woff") format("woff"),
  9. url("quirky-icons_94b6667e46c5601c4e08e650e3872625.ttf") format("truetype"),
  10. url("quirky-icons_94b6667e46c5601c4e08e650e3872625.svg#quirky-icons") format("svg");
  11. font-weight: normal;
  12. font-style: normal;
  13. }
  14. .icon-blast-off:before,
  15. .icon-pen-and-paint-brush:before,
  16. .icon-price-tag:before,
  17. .icon-tools:before {
  18. font-family: "quirky-icons";
  19. font-style: normal;
  20. font-weight: normal;
  21. font-variant: normal;
  22. text-transform: none;
  23. line-height: 1;
  24. -webkit-font-smoothing: antialiased;
  25. display: inline-block;
  26. text-decoration: inherit;
  27. }
  28. .icon-blast-off:before { content: "\f100"; }
  29. .icon-pen-and-paint-brush:before { content: "\f101"; }
  30. .icon-price-tag:before { content: "\f102"; }
  31. .icon-tools:before { content: "\f103"; }