SweetcomIcons.scss 1015 B

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