font-face2.css 853 B

123456789101112131415161718192021222324
  1. /* cyrillic */
  2. @font-face {
  3. font-family: 'Product Sans';
  4. font-style: normal;
  5. font-weight: 400;
  6. src: url(https://fonts.gstatic.com/s/productsans/v18/pxiDypQkot1TnFhsFMOfGShVE9eOcEg.woff2) format('woff2');
  7. unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  8. }
  9. /* greek */
  10. @font-face {
  11. font-family: 'Product Sans';
  12. font-style: normal;
  13. font-weight: 400;
  14. src: url(https://fonts.gstatic.com/s/productsans/v18/pxiDypQkot1TnFhsFMOfGShVFNeOcEg.woff2) format('woff2');
  15. unicode-range: U+0370-03FF;
  16. }
  17. /* latin-ext */
  18. @font-face {
  19. font-family: 'Product Sans';
  20. font-style: normal;
  21. font-weight: 400;
  22. src: url(https://fonts.gstatic.com/s/productsans/v18/pxiDypQkot1TnFhsFMOfGShVGdeOcEg.woff2) format('woff2');
  23. 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;
  24. }