iconfont.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. @font-face {font-family: "v-icon";
  2. src: url('iconfont.eot?t=1577259209328'); /* IE9 */
  3. src: url('iconfont.eot?t=1577259209328#iefix') format('embedded-opentype'), /* IE6-IE8 */
  4. url('iconfont.woff?t=1577259209328') format('woff'),
  5. url('iconfont.ttf?t=1577259209328') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  6. url('iconfont.svg?t=1577259209328#iconfont') format('svg'); /* iOS 4.1- */
  7. }
  8. [class^="v-icon-"], [class*="v-icon-"] {
  9. font-family: "v-icon" !important;
  10. font-size: 16px;
  11. font-style: normal;
  12. -webkit-font-smoothing: antialiased;
  13. -moz-osx-font-smoothing: grayscale;
  14. }
  15. .v-icon-object-store:before {
  16. content: "\e73c";
  17. }
  18. .v-icon-load-balancing:before {
  19. content: "\e73d";
  20. }
  21. .v-icon-physical-machine:before {
  22. content: "\e73e";
  23. }
  24. .v-icon-domain-name:before {
  25. content: "\e73f";
  26. }
  27. .v-icon-virtual-machine:before {
  28. content: "\e740";
  29. }
  30. .v-icon-docker-container:before {
  31. content: "\e741";
  32. }
  33. .v-icon-nas:before {
  34. content: "\e742";
  35. }
  36. .v-icon-virtual-private-network:before {
  37. content: "\e743";
  38. }
  39. .v-icon-san:before {
  40. content: "\e744";
  41. }