icons.css 1.5 KB

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