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.

roboto-slab-fontface.css 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. @font-face {
  2. font-family: 'Roboto-Slab';
  3. src: url('../../fonts/roboto-slab/Roboto-Slab-Thin.woff2') format('woff2'), url('../../fonts/roboto-slab/Roboto-Slab-Thin.woff') format('woff');
  4. font-weight: 100;
  5. font-style: normal;
  6. }
  7. @font-face {
  8. font-family: 'Roboto-Slab-Thin';
  9. src: url('../../fonts/roboto-slab/Roboto-Slab-Thin.woff2') format('woff2'), url('../../fonts/roboto-slab/Roboto-Slab-Thin.woff') format('woff');
  10. }
  11. @font-face {
  12. font-family: 'Roboto-Slab';
  13. src: url('../../fonts/roboto-slab/Roboto-Slab-Light.woff2') format('woff2'), url('../../fonts/roboto-slab/Roboto-Slab-Light.woff') format('woff');
  14. font-weight: 300;
  15. font-style: normal;
  16. }
  17. @font-face {
  18. font-family: 'Roboto-Slab-Light';
  19. src: url('../../fonts/roboto-slab/Roboto-Slab-Light.woff2') format('woff2'), url('../../fonts/roboto-slab/Roboto-Slab-Light.woff') format('woff');
  20. }
  21. @font-face {
  22. font-family: 'Roboto-Slab';
  23. src: url('../../fonts/roboto-slab/Roboto-Slab-Regular.woff2') format('woff2'), url('../../fonts/roboto-slab/Roboto-Slab-Regular.woff') format('woff');
  24. font-weight: 400;
  25. font-style: normal;
  26. }
  27. @font-face {
  28. font-family: 'Roboto-Slab-Regular';
  29. src: url('../../fonts/roboto-slab/Roboto-Slab-Regular.woff2') format('woff2'), url('../../fonts/roboto-slab/Roboto-Slab-Regular.woff') format('woff');
  30. }
  31. @font-face {
  32. font-family: 'Roboto-Slab';
  33. src: url('../../fonts/roboto-slab/Roboto-Slab-Bold.woff2') format('woff2'), url('../../fonts/roboto-slab/Roboto-Slab-Bold.woff') format('woff');
  34. font-weight: 700;
  35. font-style: normal;
  36. }
  37. @font-face {
  38. font-family: 'Roboto-Slab-Bold';
  39. src: url('../../fonts/roboto-slab/Roboto-Slab-Bold.woff2') format('woff2'), url('../../fonts/roboto-slab/Roboto-Slab-Bold.woff') format('woff');
  40. }