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-condensed-fontface.css 3.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. @font-face {
  2. font-family: "Roboto-Condensed";
  3. src: url("../../fonts/roboto-condensed/Roboto-Condensed-Regular.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-Regular.woff") format("woff");
  4. font-weight: 400;
  5. font-style: normal;
  6. }
  7. @font-face {
  8. font-family: "Roboto-Condensed-Regular";
  9. src: url("../../fonts/roboto-condensed/Roboto-Condensed-Regular.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-Regular.woff") format("woff");
  10. }
  11. @font-face {
  12. font-family: "Roboto-Condensed";
  13. src: url("../../fonts/roboto-condensed/Roboto-Condensed-RegularItalic.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-RegularItalic.woff") format("woff");
  14. font-weight: 400;
  15. font-style: italic;
  16. }
  17. @font-face {
  18. font-family: "Roboto-Condensed-RegularItalic";
  19. src: url("../../fonts/roboto-condensed/Roboto-Condensed-RegularItalic.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-RegularItalic.woff") format("woff");
  20. }
  21. @font-face {
  22. font-family: "Roboto-Condensed";
  23. src: url("../../fonts/roboto-condensed/Roboto-Condensed-Light.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-Light.woff") format("woff");
  24. font-weight: 300;
  25. font-style: normal;
  26. }
  27. @font-face {
  28. font-family: "Roboto-Condensed-Light";
  29. src: url("../../fonts/roboto-condensed/Roboto-Condensed-Light.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-Light.woff") format("woff");
  30. }
  31. @font-face {
  32. font-family: "Roboto-Condensed";
  33. src: url("../../fonts/roboto-condensed/Roboto-Condensed-LightItalic.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-LightItalic.woff") format("woff");
  34. font-weight: 300;
  35. font-style: italic;
  36. }
  37. @font-face {
  38. font-family: "Roboto-Condensed-LightItalic";
  39. src: url("../../fonts/roboto-condensed/Roboto-Condensed-LightItalic.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-LightItalic.woff") format("woff");
  40. }
  41. @font-face {
  42. font-family: "Roboto-Condensed";
  43. src: url("../../fonts/roboto-condensed/Roboto-Condensed-Bold.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-Bold.woff") format("woff");
  44. font-weight: 700;
  45. font-style: normal;
  46. }
  47. @font-face {
  48. font-family: "Roboto-Condensed-Bold";
  49. src: url("../../fonts/roboto-condensed/Roboto-Condensed-Bold.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-Bold.woff") format("woff");
  50. }
  51. @font-face {
  52. font-family: "Roboto-Condensed";
  53. src: url("../../fonts/roboto-condensed/Roboto-Condensed-BoldItalic.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-BoldItalic.woff") format("woff");
  54. font-weight: 700;
  55. font-style: italic;
  56. }
  57. @font-face {
  58. font-family: "Roboto-Condensed-BoldItalic";
  59. src: url("../../fonts/roboto-condensed/Roboto-Condensed-BoldItalic.woff2") format("woff2"), url("../../fonts/roboto-condensed/Roboto-Condensed-BoldItalic.woff") format("woff");
  60. }