hue-charts.css 970 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. @font-face {
  2. font-family: 'HueCharts';
  3. src:url('../fonts/huecharts-regular.eot?121z71');
  4. src:url('../fonts/huecharts-regular.eot?#iefix121z71') format('embedded-opentype'),
  5. url('../fonts/huecharts-regular.woff?121z71') format('woff'),
  6. url('../fonts/huecharts-regular.ttf?121z71') format('truetype'),
  7. url('../fonts/huecharts-regular.svg?121z71#filetypes') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. .hcha {
  12. display: inline-block;
  13. font-family: HueCharts;
  14. font-style: normal;
  15. font-weight: normal;
  16. line-height: 1;
  17. -webkit-font-smoothing: antialiased;
  18. -moz-osx-font-smoothing: grayscale;
  19. }
  20. .hcha-bar-chart:before {
  21. content: "\f016";
  22. }
  23. .hcha-pie-chart:before {
  24. content: "\f017";
  25. }
  26. .hcha-map-chart:before {
  27. content: "\f018";
  28. }
  29. .hcha-map-chart-o:before {
  30. content: "\f019";
  31. }
  32. .hcha-area-chart:before {
  33. content: "\f01a";
  34. }
  35. .hcha-line-chart:before {
  36. content: "\f01b";
  37. }
  38. .hcha-timeline-chart:before {
  39. content: "\f01c";
  40. }