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.
 
 
 

86 lines
1.6 KiB

  1. @charset "UTF-8";
  2. @font-face {
  3. font-family: "transfersh";
  4. src:url("../fonts/transfersh.eot");
  5. src:url("../fonts/transfersh.eot?#iefix") format("embedded-opentype"),
  6. url("../fonts/transfersh.woff") format("woff"),
  7. url("../fonts/transfersh.ttf") format("truetype"),
  8. url("../fonts/transfersh.svg#transfersh") format("svg");
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12. [data-icon]:before {
  13. font-family: "transfersh" !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: "transfersh" !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-terminal:before {
  37. content: "a";
  38. }
  39. .icon-share:before {
  40. content: "b";
  41. }
  42. .icon-clock:before {
  43. content: "g";
  44. }
  45. .icon-tag:before {
  46. content: "c";
  47. }
  48. .icon-upload-cloud:before {
  49. content: "m";
  50. }
  51. .icon-mail:before {
  52. content: "j";
  53. }
  54. .icon-gauge:before {
  55. content: "k";
  56. }
  57. .icon-lock:before {
  58. content: "h";
  59. }
  60. .icon-database:before {
  61. content: "i";
  62. }
  63. .icon-heart:before {
  64. content: "e";
  65. }
  66. .icon-link:before {
  67. content: "d";
  68. }
  69. .icon-facebook:before {
  70. content: "l";
  71. }
  72. .icon-twitter:before {
  73. content: "n";
  74. }
  75. .icon-linkedin:before {
  76. content: "o";
  77. }
  78. .icon-gplus:before {
  79. content: "p";
  80. }