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.

_core.less 297B

123456789101112
  1. // Base Class Definition
  2. // -------------------------
  3. .@{fa-css-prefix}, .fas, .far, .fal, .fad, .fab {
  4. -moz-osx-font-smoothing: grayscale;
  5. -webkit-font-smoothing: antialiased;
  6. display: inline-block;
  7. font-style: normal;
  8. font-variant: normal;
  9. text-rendering: auto;
  10. line-height: 1;
  11. }