Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

31 lignes
929 B

  1. @font-face {
  2. font-family: 'Framework7 Icons';
  3. font-style: normal;
  4. font-weight: 400;
  5. src: url("../fonts/Framework7Icons-Regular.eot");
  6. src: url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
  7. url("../fonts/Framework7Icons-Regular.woff") format("woff"),
  8. url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
  9. }
  10. .f7-icons, .framework7-icons {
  11. font-family: 'Framework7 Icons';
  12. font-weight: normal;
  13. font-style: normal;
  14. font-size: 28px;
  15. line-height: 1;
  16. letter-spacing: normal;
  17. text-transform: none;
  18. display: inline-block;
  19. white-space: nowrap;
  20. word-wrap: normal;
  21. direction: ltr;
  22. -webkit-font-smoothing: antialiased;
  23. text-rendering: optimizeLegibility;
  24. -moz-osx-font-smoothing: grayscale;
  25. -webkit-font-feature-settings: "liga";
  26. -moz-font-feature-settings: "liga=1";
  27. -moz-font-feature-settings: "liga";
  28. font-feature-settings: "liga";
  29. text-align: center;
  30. }