icomoon.css 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('../fonts/icomoon.eot?15cl4u');
  4. src: url('../fonts/icomoon.eot?15cl4u#iefix') format('embedded-opentype'),
  5. url('../fonts/icomoon.ttf?15cl4u') format('truetype'),
  6. url('../fonts/icomoon.woff?15cl4u') format('woff'),
  7. url('../fonts/icomoon.svg?15cl4u#icomoon') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. /*@font-face {
  12. font-family: 'PingFangLight';
  13. src: url('../fonts/PingFangLight.ttf');
  14. }
  15. @font-face {
  16. font-family: 'PingFangSCMedium';
  17. src: url('../fonts/PingFangSCMedium.ttf');
  18. }*/
  19. [class^="icon-"], [class*=" icon-"] {
  20. /* use !important to prevent issues with browser extensions that change fonts */
  21. font-family: 'icomoon' !important;
  22. speak: none;
  23. font-style: normal;
  24. font-weight: normal;
  25. font-variant: normal;
  26. text-transform: none;
  27. line-height: 1;
  28. /* Better Font Rendering =========== */
  29. -webkit-font-smoothing: antialiased;
  30. -moz-osx-font-smoothing: grayscale;
  31. }
  32. .icon-science-circle-off:before {
  33. content: "\e908";
  34. position: relative;
  35. z-index: 5;
  36. }
  37. .icon-science-circle-on:before {
  38. content: "\e909";
  39. position: relative;
  40. z-index: 5;
  41. }
  42. .icon-bar-account-off:before {
  43. content: "\e900";
  44. }
  45. .icon-bar-account-on:before {
  46. content: "\e901";
  47. }
  48. .icon-bar-tool-off:before {
  49. content: "\e902";
  50. font-size: 23px;
  51. position: relative;
  52. top: -2px;
  53. }
  54. .icon-bar-tool-on:before {
  55. content: "\e903";
  56. font-size: 23px;
  57. position: relative;
  58. top: -2px;
  59. }
  60. .icon-bar-news-off:before {
  61. content: "\e904";
  62. }
  63. .icon-bar-news-on:before {
  64. content: "\e905";
  65. }
  66. .icon-bar-pen-off:before {
  67. content: "\e906";
  68. font-size: 20px;
  69. position: relative;
  70. top: -3px;
  71. }
  72. .icon-bar-pen-on:before {
  73. content: "\e907";
  74. font-size: 20px;
  75. position: relative;
  76. top: -3px;
  77. }
  78. /*input,
  79. select,
  80. textarea{
  81. font-family: PingFangSCMedium,'PingFangLight',Helvetica,Droid Sans,Arial,sans-serif !important;
  82. }*/