Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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.

regular.less 813B

1234567891011121314151617181920212223
  1. /*!
  2. * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
  3. * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
  4. */
  5. @import "_variables.less";
  6. @font-face {
  7. font-family: 'Font Awesome 5 Free';
  8. font-style: normal;
  9. font-weight: 400;
  10. font-display: @fa-font-display;
  11. src: url('@{fa-font-path}/fa-regular-400.eot');
  12. src: url('@{fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'),
  13. url('@{fa-font-path}/fa-regular-400.woff2') format('woff2'),
  14. url('@{fa-font-path}/fa-regular-400.woff') format('woff'),
  15. url('@{fa-font-path}/fa-regular-400.ttf') format('truetype'),
  16. url('@{fa-font-path}/fa-regular-400.svg#fontawesome') format('svg');
  17. }
  18. .far {
  19. font-family: 'Font Awesome 5 Free';
  20. font-weight: 400;
  21. }