font-awesome.scss 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. /*! Font Awesome 3.1.0
  2. * the iconic font designed for Bootstrap
  3. * -------------------------------------------------------
  4. * The full suite of pictographic icons, examples, and documentation
  5. * can be found at: http://fontawesome.io
  6. *
  7. * License
  8. * -------------------------------------------------------
  9. * - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
  10. * http://scripts.sil.org/OFL
  11. * - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
  12. * http://opensource.org/licenses/mit-license.html
  13. * - Font Awesome documentation licensed under CC BY 3.0 License -
  14. * http://creativecommons.org/licenses/by/3.0/
  15. * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
  16. * "Font Awesome by Dave Gandy - http://fontawesome.io"
  17. *
  18. * Contact
  19. * -------------------------------------------------------
  20. * Email: dave@fontawesome.io
  21. * Twitter: http://twitter.com/fortaweso_me
  22. * Work: Lead Product Designer @ http://kyruus.com
  23. */
  24. @import "variables";
  25. @import "mixins";
  26. @import "path";
  27. @import "core";
  28. @import "bootstrap";
  29. @import "extras";
  30. @import "icons";