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.

29 lines
971B

  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. }
  16. .fa {
  17. display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto;
  18. -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  19. }
  20. .fa-pad {
  21. padding: 0 3px 0 0;
  22. }
  23. .fa-code:before {
  24. content: "\f121";
  25. }
  26. .fa-cog:before {
  27. content: "\f013";
  28. }