icons.css 895 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. @font-face {
  2. font-family: 'icomoon';
  3. src:
  4. url('fonts/icomoon.ttf?prp1ze') format('truetype'),
  5. url('fonts/icomoon.woff?prp1ze') format('woff'),
  6. url('fonts/icomoon.svg?prp1ze#icomoon') format('svg');
  7. font-weight: normal;
  8. font-style: normal;
  9. }
  10. i {
  11. /* use !important to prevent issues with browser extensions that change fonts */
  12. font-family: 'icomoon' !important;
  13. speak: none;
  14. font-style: normal;
  15. font-weight: normal;
  16. font-variant: normal;
  17. text-transform: none;
  18. line-height: 1;
  19. /* Better Font Rendering =========== */
  20. -webkit-font-smoothing: antialiased;
  21. -moz-osx-font-smoothing: grayscale;
  22. }
  23. .icon-andro:before {
  24. content: "\e859";
  25. }
  26. .icon-bugs:before {
  27. content: "\e868";
  28. }
  29. .icon-team:before {
  30. content: "\e7fb";
  31. }
  32. .icon-docks:before {
  33. content: "\e24d";
  34. }
  35. .icon-gitlab:before {
  36. content: "\e905";
  37. }
  38. .icon-mastodon:before {
  39. content: "\e906";
  40. }