SweetcomIcons.css 938 B

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