123456789101112131415161718192021222324252627282930313233343536 |
- @font-face {
- font-family: sweeticons;
- font-style: normal;
- font-weight: 400;
- src: url("../icons/fonts/SweetIcons-Regular.eot");
- src: url("../icons/fonts/SweetIcons-Regular.woff2") format("woff2"),
- url("../icons/fonts/SweetIcons-Regular.woff") format("woff"),
- url("../icons/fonts/SweetIcons-Regular.ttf") format("truetype");
- }
- .s-icon,
- .s-icons,
- .sweet-icons,
- .sweet-icon {
- font-family: sweeticons, sans-serif;
- font-weight: normal;
- font-style: normal;
- font-size: 28px;
- line-height: 1;
- letter-spacing: normal;
- text-transform: none;
- display: inline-block;
- white-space: nowrap;
- word-wrap: normal;
- direction: ltr;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-feature-settings: "liga";
- -moz-font-feature-settings: "liga=1";
- -moz-font-feature-settings: "liga";
- font-feature-settings: "liga";
- text-align: center;
- }
|