icons.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /* Material Icons Font (for MD theme) */
  2. @font-face {
  3. font-family: "Material Icons";
  4. font-style: normal;
  5. font-weight: 400;
  6. src:
  7. local("Material Icons"),
  8. local("MaterialIcons-Regular"),
  9. url(../fonts/material-icons.woff2) format("woff2"),
  10. url(../fonts/material-icons.woff) format("woff");
  11. }
  12. .material-icons {
  13. font-family: "Material Icons";
  14. font-weight: normal;
  15. font-style: normal;
  16. font-size: 24px;
  17. display: inline-block;
  18. line-height: 1;
  19. text-transform: none;
  20. letter-spacing: normal;
  21. word-wrap: normal;
  22. white-space: nowrap;
  23. direction: ltr;
  24. -webkit-font-smoothing: antialiased;
  25. text-rendering: optimizeLegibility;
  26. -moz-osx-font-smoothing: grayscale;
  27. font-feature-settings: "liga";
  28. }
  29. /* Framework7 Icons Font (for iOS theme) */
  30. @font-face {
  31. font-family: "Framework7 Icons";
  32. font-style: normal;
  33. font-weight: 400;
  34. src:
  35. url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
  36. url("../fonts/Framework7Icons-Regular.woff") format("woff");
  37. }
  38. .f7-icons {
  39. font-family: "Framework7 Icons";
  40. font-weight: normal;
  41. font-style: normal;
  42. font-size: 28px;
  43. line-height: 1;
  44. letter-spacing: normal;
  45. text-transform: none;
  46. display: inline-block;
  47. white-space: nowrap;
  48. word-wrap: normal;
  49. direction: ltr;
  50. -webkit-font-smoothing: antialiased;
  51. text-rendering: optimizeLegibility;
  52. -moz-osx-font-smoothing: grayscale;
  53. -webkit-font-feature-settings: "liga";
  54. -moz-font-feature-settings: "liga=1";
  55. -moz-font-feature-settings: "liga";
  56. font-feature-settings: "liga";
  57. text-align: center;
  58. }