No Description

style.css 846B

12345678910111213141516171819202122232425262728293031
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('fonts/icomoon.eot?i055u8');
  4. src: url('fonts/icomoon.eot?i055u8#iefix') format('embedded-opentype'),
  5. url('fonts/icomoon.ttf?i055u8') format('truetype'),
  6. url('fonts/icomoon.woff?i055u8') format('woff'),
  7. url('fonts/icomoon.svg?i055u8#icomoon') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. font-display: block;
  11. }
  12. [class^="icon-"], [class*=" icon-"] {
  13. /* use !important to prevent issues with browser extensions that change fonts */
  14. font-family: 'icomoon' !important;
  15. speak: never;
  16. font-style: normal;
  17. font-weight: normal;
  18. font-variant: normal;
  19. text-transform: none;
  20. line-height: 1;
  21. /* Better Font Rendering =========== */
  22. -webkit-font-smoothing: antialiased;
  23. -moz-osx-font-smoothing: grayscale;
  24. }
  25. .icon--1219-:before {
  26. content: "\e900";
  27. }