Fork of the excellent esp8266-react - https://github.com/rjwats/esp8266-react
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.

21 lines
1012 B

  1. /* Just supporting latin due to size constrains on the esp chip */
  2. @font-face {
  3. font-family: 'Roboto';
  4. font-style: normal;
  5. font-weight: 300;
  6. src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/li.woff2) format('woff2');
  7. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
  8. }
  9. @font-face {
  10. font-family: 'Roboto';
  11. font-style: normal;
  12. font-weight: 400;
  13. src: local('Roboto'), local('Roboto-Regular'), url(../fonts/re.woff2) format('woff2');
  14. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
  15. }
  16. @font-face {
  17. font-family: 'Roboto';
  18. font-style: normal;
  19. font-weight: 500;
  20. src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/me.woff2) format('woff2');
  21. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
  22. }