fonts.css 869 B

123456789101112131415161718192021222324252627282930313233
  1. /* Roboto font, embedded with the help of https://google-webfonts-helper.herokuapp.com/fonts/roboto?subsets=latin */
  2. /* roboto-300 - latin */
  3. @font-face {
  4. font-family: "Roboto";
  5. font-style: normal;
  6. font-weight: 300;
  7. src: local(""), url("../fonts/roboto-v29-latin-300.woff2") format("woff2");
  8. }
  9. /* roboto-regular - latin */
  10. @font-face {
  11. font-family: "Roboto";
  12. font-style: normal;
  13. font-weight: 400;
  14. src: local(""), url("../fonts/roboto-v29-latin-regular.woff2") format("woff2");
  15. }
  16. /* roboto-500 - latin */
  17. @font-face {
  18. font-family: "Roboto";
  19. font-style: normal;
  20. font-weight: 500;
  21. src: local(""), url("../fonts/roboto-v29-latin-500.woff2") format("woff2");
  22. }
  23. /* roboto-700 - latin */
  24. @font-face {
  25. font-family: "Roboto";
  26. font-style: normal;
  27. font-weight: 700;
  28. src: local(""), url("../fonts/roboto-v29-latin-700.woff2") format("woff2");
  29. }