font-combodo.css 945 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. @font-face {
  2. font-family: 'CombodoRegular';
  3. src: url('combodo-webfont.woff2') format('woff2'),
  4. url('combodo-webfont.woff') format('woff');
  5. font-weight: normal;
  6. font-style: normal;
  7. }
  8. .fc {
  9. display: inline-block;
  10. font: normal normal normal 14px/1 CombodoRegular;
  11. font-size: inherit;
  12. text-rendering: auto;
  13. -webkit-font-smoothing: antialiased;
  14. -moz-osx-font-smoothing: grayscale;
  15. }
  16. /* makes the font 33% larger relative to the icon container */
  17. .fc-lg {
  18. font-size: 1.33333333em;
  19. line-height: 0.75em;
  20. vertical-align: -15%;
  21. }
  22. .fc-2x {
  23. font-size: 2em;
  24. }
  25. .fc-3x {
  26. font-size: 3em;
  27. }
  28. .fc-4x {
  29. font-size: 4em;
  30. }
  31. .fc-5x {
  32. font-size: 5em;
  33. }
  34. .fc-life-saver:before {
  35. content: "0";
  36. }
  37. .fc-new-request:before {
  38. content: "1";
  39. }
  40. .fc-ongoing-request:before {
  41. content: "2";
  42. }
  43. .fc-closed-request:before {
  44. content: "3";
  45. }
  46. .fc-combodo-icon:before {
  47. content: "C";
  48. }
  49. .fc-itop-icon:before {
  50. content: "I";
  51. }