iconfont.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 5091321 */
  3. src: url('~@/static/fonts/iconfont.woff2') format('woff2'),
  4. url('~@/static/fonts/iconfont.woff') format('woff'),
  5. url('~@/static/fonts/iconfont.ttf') format('truetype');
  6. }
  7. .iconfont {
  8. font-family: "iconfont" !important;
  9. font-size: 16px;
  10. font-style: normal;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. }
  14. .icon-Plus:before {
  15. content: "\e6bd";
  16. }
  17. .icon-GridFour:before {
  18. content: "\e816";
  19. }
  20. .icon-AppWindow:before {
  21. content: "\e67e";
  22. }
  23. .icon-IdentificationCard:before {
  24. content: "\e724";
  25. }
  26. .icon-MapPin:before {
  27. content: "\e761";
  28. }
  29. .icon-GoogleLogo:before {
  30. content: "\e791";
  31. }
  32. .icon-ClockCounterClockwise:before {
  33. content: "\e797";
  34. }
  35. .icon-MagnifyingGlass:before {
  36. content: "\e7f3";
  37. }
  38. .icon-LockOpen:before {
  39. content: "\e695";
  40. }
  41. .icon-BuildingOffice:before {
  42. content: "\e6ba";
  43. }
  44. .icon-SignOut:before {
  45. content: "\e6e1";
  46. }
  47. .icon-DesktopTower:before {
  48. content: "\e6f9";
  49. }
  50. .icon-Wallet:before {
  51. content: "\e732";
  52. }
  53. .icon-UserPlus:before {
  54. content: "\e754";
  55. }
  56. .icon-CurrencyJpy:before {
  57. content: "\e7a8";
  58. }
  59. .icon-Gear:before {
  60. content: "\e7eb";
  61. }
  62. .icon-right:before {
  63. content: "\e63a";
  64. }