You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1011B

  1. /*
  2. Font Awesome 4.5
  3. @ https://fortawesome.github.io/Font-Awesome/cheatsheet/
  4. */
  5. @font-face {
  6. font-family: 'FontAwesome';
  7. src: url('../fonts/awesome/fontawesome-webfont.eot?v=4.5.0');
  8. src: url('../fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),
  9. url('../fonts/awesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),
  10. url('../fonts/awesome/fontawesome-webfont.woff?v=4.5.0') format('woff'),
  11. url('../fonts/awesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),
  12. url('../fonts/awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  13. font-weight: normal;
  14. font-style: normal;
  15. font-display: swap;
  16. }
  17. .fa {
  18. display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto;
  19. -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  20. }
  21. .fa-pad {
  22. padding: 0 3px 0 0;
  23. }
  24. .fa-code:before {
  25. content: "\f121";
  26. font-weight: 900;
  27. }
  28. .fa-cog:before {
  29. content: "\f013";
  30. }