style.css 979 B

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