Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

style.css 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('assets/fonts/icomoon.eot?vz0t1r');
  4. src: url('assets/fonts/icomoon.eot?vz0t1r#iefix') format('embedded-opentype'),
  5. url('assets/fonts/icomoon.ttf?vz0t1r') format('truetype'),
  6. url('assets/fonts/icomoon.woff?vz0t1r') format('woff'),
  7. url('assets/fonts/icomoon.svg?vz0t1r#icomoon') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. font-display: block;
  11. }
  12. [class^="icon-"],
  13. [class*=" icon-"] {
  14. /* use !important to prevent issues with browser extensions that change fonts */
  15. font-family: 'icomoon' !important;
  16. speak: never;
  17. font-style: normal;
  18. font-weight: normal;
  19. font-variant: normal;
  20. text-transform: none;
  21. line-height: 1;
  22. /* Better Font Rendering =========== */
  23. -webkit-font-smoothing: antialiased;
  24. -moz-osx-font-smoothing: grayscale;
  25. }
  26. .icon-address:before {
  27. content: "\e900";
  28. }
  29. .icon-area-graph:before {
  30. content: "\e901";
  31. }
  32. .icon-calendar:before {
  33. content: "\e902";
  34. }
  35. .icon-certified:before {
  36. content: "\e903";
  37. }
  38. .icon-chat:before {
  39. content: "\e904";
  40. }
  41. .icon-checkmark:before {
  42. content: "\e905";
  43. }
  44. .icon-clock:before {
  45. content: "\e906";
  46. }
  47. .icon-cog:before {
  48. content: "\e907";
  49. }
  50. .icon-compass:before {
  51. content: "\e908";
  52. }
  53. .icon-emoji-happy:before {
  54. content: "\e909";
  55. }
  56. .icon-envelope:before {
  57. content: "\e90a";
  58. }
  59. .icon-graduation-cap:before {
  60. content: "\e90b";
  61. }
  62. .icon-guage:before {
  63. content: "\e90c";
  64. }
  65. .icon-heart:before {
  66. content: "\e90d";
  67. }
  68. .icon-home:before {
  69. content: "\e90e";
  70. }
  71. .icon-location:before {
  72. content: "\e90f";
  73. }
  74. .icon-lock:before {
  75. content: "\e910";
  76. }
  77. .icon-paper-plane:before {
  78. content: "\e912";
  79. }
  80. .icon-people:before {
  81. content: "\e913";
  82. }
  83. .icon-plus:before {
  84. content: "\e914";
  85. }
  86. .icon-price-ribbon:before {
  87. content: "\e915";
  88. }
  89. .icon-star:before {
  90. content: "\e916";
  91. }
  92. .icon-tools:before {
  93. content: "\e918";
  94. }
  95. .icon-truck:before {
  96. content: "\e919";
  97. }