roboto.css 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /* cyrillic-ext */
  2. @font-face {
  3. font-family: 'Roboto';
  4. font-style: normal;
  5. font-weight: 400;
  6. src: local('Roboto'), local('Roboto-Regular'), url(fonts/cyrillic-ext-roboto.woff2) format('woff2');
  7. unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  8. }
  9. /* cyrillic */
  10. @font-face {
  11. font-family: 'Roboto';
  12. font-style: normal;
  13. font-weight: 400;
  14. src: local('Roboto'), local('Roboto-Regular'), url(fonts/cyrillic-roboto.woff2) format('woff2');
  15. unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  16. }
  17. /* greek-ext */
  18. @font-face {
  19. font-family: 'Roboto';
  20. font-style: normal;
  21. font-weight: 400;
  22. src: local('Roboto'), local('Roboto-Regular'), url(fonts/greek-ext-roboto.woff2) format('woff2');
  23. unicode-range: U+1F00-1FFF;
  24. }
  25. /* greek */
  26. @font-face {
  27. font-family: 'Roboto';
  28. font-style: normal;
  29. font-weight: 400;
  30. src: local('Roboto'), local('Roboto-Regular'), url(fonts/greek-roboto.woff2) format('woff2');
  31. unicode-range: U+0370-03FF;
  32. }
  33. /* vietnamese */
  34. @font-face {
  35. font-family: 'Roboto';
  36. font-style: normal;
  37. font-weight: 400;
  38. src: local('Roboto'), local('Roboto-Regular'), url(fonts/vietnamese-roboto.woff2) format('woff2');
  39. unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  40. }
  41. /* latin-ext */
  42. @font-face {
  43. font-family: 'Roboto';
  44. font-style: normal;
  45. font-weight: 400;
  46. src: local('Roboto'), local('Roboto-Regular'), url(fonts/latin-ext-roboto.woff2) format('woff2');
  47. unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  48. }
  49. /* latin */
  50. @font-face {
  51. font-family: 'Roboto';
  52. font-style: normal;
  53. font-weight: 400;
  54. src: local('Roboto'), local('Roboto-Regular'), url(fonts/latin-roboto.woff2) format('woff2');
  55. 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+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  56. }