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.

README.md 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Roboto fontface
  2. A simple package providing the [Roboto](http://www.google.com/fonts/specimen/Roboto) fontface. The font was created by [Christian Robertson](https://plus.google.com/110879635926653430880/about).
  3. ## Installing
  4. Assuming you have [NodeJS](http://nodejs.org/), [NPM](https://www.npmjs.com/) and [Bower](http://bower.io/) installed globally just open up a terminal, navigate to your projects root directory and then execute
  5. ```
  6. # install via NPM
  7. $ npm install roboto-fontface --save
  8. # install via Bower
  9. $ bower install roboto-fontface --save
  10. ```
  11. ## Usage
  12. There're several files in the `css/` subdirectory. Import them in your project
  13. to have access to "Roboto" font face:
  14. * `css/roboto/roboto-fontface.css` - whole font family compiled to CSS
  15. * `css/roboto/sass/roboto-fontface.scss` - whole font family in SCSS
  16. * `css/roboto/less/roboto-fontface.less` - whole font family in LESS
  17. * `css/roboto-condensed/roboto-condensed-fontface.css` - whole font family compiled to CSS
  18. * `css/roboto-condensed/sass/roboto-condensed-fontface.scss` - whole font family in SCSS
  19. * `css/roboto-condensed/less/roboto-condensed-fontface.less` - whole font family in LESS
  20. * `css/roboto-slab/roboto-slab-fontface.css` - whole font family compiled to CSS
  21. * `css/roboto-slab/sass/roboto-slab-fontface.scss` - whole font family in SCSS
  22. * `css/roboto-slab/less/roboto-slab-fontface.less` - whole font family in LESS
  23. Importing whole family may be unnecessary and lead to huge build, so if you are
  24. using SCSS or LESS, you can import only individual weights by importing for example:
  25. * `css/roboto/sass/roboto-fontface-black.scss`
  26. * `css/roboto/sass/roboto-fontface-black-italic.scss`
  27. ## Hinting
  28. Some of the included font files have [hinting](http://en.wikipedia.org/wiki/Font_hinting).
  29. | Files | Hinting |
  30. |----------|---------|
  31. | `.woff` | yes |
  32. | `.woff2` | ? |