icons.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. @charset "UTF-8";
  2. @font-face {
  3. font-family: "untitled-font-11";
  4. src:url("fonts/untitled-font-11.eot");
  5. src:url("fonts/untitled-font-11.eot?#iefix") format("embedded-opentype"),
  6. url("fonts/untitled-font-11.woff") format("woff"),
  7. url("fonts/untitled-font-11.ttf") format("truetype"),
  8. url("fonts/untitled-font-11.svg#untitled-font-11") format("svg");
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12. [data-icon]:before {
  13. font-family: "untitled-font-11" !important;
  14. content: attr(data-icon);
  15. font-style: normal !important;
  16. font-weight: normal !important;
  17. font-variant: normal !important;
  18. text-transform: none !important;
  19. speak: none;
  20. line-height: 1;
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale;
  23. }
  24. [class^="icon-"]:before,
  25. [class*=" icon-"]:before {
  26. font-family: "untitled-font-11" !important;
  27. font-style: normal !important;
  28. font-weight: normal !important;
  29. font-variant: normal !important;
  30. text-transform: none !important;
  31. speak: none;
  32. line-height: 1;
  33. -webkit-font-smoothing: antialiased;
  34. -moz-osx-font-smoothing: grayscale;
  35. }
  36. .icon-calendar:before {
  37. content: "\61";
  38. }
  39. .icon-clock:before {
  40. content: "\63";
  41. }
  42. .icon-place:before {
  43. content: "\65";
  44. }
  45. .icon-check:before {
  46. content: "\62";
  47. }
  48. .icon-money:before {
  49. content: "\64";
  50. }