vc_font.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. @font-face {
  2. font-family: @vc_arrows_font;
  3. src: url('@{vc_arrows_path_eot}?-9hbgac');
  4. src: url('@{vc_arrows_path_eot}?#iefix-9hbgac') format('embedded-opentype'),
  5. url('@{vc_arrows_path_woff}?-9hbgac') format('woff'),
  6. url('@{vc_arrows_path_ttf}?-9hbgac') format('truetype'),
  7. url('@{vc_arrows_path_svg}?-9hbgac#@{vc_arrows_font}') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. [class^="vc_arrow-icon-"], [class*=" vc_arrow-icon-"] {
  12. font-family: @vc_arrows_font;
  13. speak: none;
  14. font-style: normal;
  15. font-weight: normal;
  16. font-variant: normal;
  17. text-transform: none;
  18. line-height: 1;
  19. /* Better Font Rendering =========== */
  20. -webkit-font-smoothing: antialiased;
  21. -moz-osx-font-smoothing: grayscale;
  22. }
  23. .vc_arrow-icon-minus:before {
  24. content: "\e61c";
  25. }
  26. .vc_arrow-icon-plus:before {
  27. content: "\e61d";
  28. }
  29. .vc_arrow-icon-arrow_down:before {
  30. content: "\e61e";
  31. }
  32. .vc_arrow-icon-arrow_up:before {
  33. content: "\e61f";
  34. }
  35. .vc_arrow-icon-arrow_01_left:before {
  36. content: "\e600";
  37. }
  38. .vc_arrow-icon-arrow_01_right:before {
  39. content: "\e601";
  40. }
  41. .vc_arrow-icon-arrow_02_left:before {
  42. content: "\e602";
  43. }
  44. .vc_arrow-icon-arrow_02_right:before {
  45. content: "\e603";
  46. }
  47. .vc_arrow-icon-arrow_03_left:before {
  48. content: "\e604";
  49. }
  50. .vc_arrow-icon-arrow_03_right:before {
  51. content: "\e605";
  52. }
  53. .vc_arrow-icon-arrow_04_left:before {
  54. content: "\e606";
  55. }
  56. .vc_arrow-icon-arrow_04_right:before {
  57. content: "\e607";
  58. }
  59. .vc_arrow-icon-arrow_05_left:before {
  60. content: "\e608";
  61. }
  62. .vc_arrow-icon-arrow_05_right:before {
  63. content: "\e609";
  64. }
  65. .vc_arrow-icon-arrow_06_left:before {
  66. content: "\e60a";
  67. }
  68. .vc_arrow-icon-arrow_06_right:before {
  69. content: "\e60b";
  70. }
  71. .vc_arrow-icon-arrow_07_left:before {
  72. content: "\e60c";
  73. }
  74. .vc_arrow-icon-arrow_07_right:before {
  75. content: "\e60d";
  76. }
  77. .vc_arrow-icon-arrow_08_left:before {
  78. content: "\e60e";
  79. }
  80. .vc_arrow-icon-arrow_08_right:before {
  81. content: "\e60f";
  82. }
  83. .vc_arrow-icon-arrow_09_left:before {
  84. content: "\e610";
  85. }
  86. .vc_arrow-icon-arrow_09_right:before {
  87. content: "\e611";
  88. }
  89. .vc_arrow-icon-arrow_10_left:before {
  90. content: "\e612";
  91. }
  92. .vc_arrow-icon-arrow_10_right:before {
  93. content: "\e613";
  94. }
  95. .vc_arrow-icon-arrow_11_left:before {
  96. content: "\e614";
  97. }
  98. .vc_arrow-icon-arrow_11_right:before {
  99. content: "\e615";
  100. }
  101. .vc_arrow-icon-arrow_12_left:before {
  102. content: "\e616";
  103. }
  104. .vc_arrow-icon-arrow_12_right:before {
  105. content: "\e617";
  106. }
  107. .vc_arrow-icon-navicon:before {
  108. content: "\f0c9";
  109. }