123456789101112131415161718192021222324 |
- /* cyrillic */
- @font-face {
- font-family: 'Product Sans';
- font-style: normal;
- font-weight: 400;
- src: url(https://fonts.gstatic.com/s/productsans/v18/pxiDypQkot1TnFhsFMOfGShVE9eOcEg.woff2) format('woff2');
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
- }
- /* greek */
- @font-face {
- font-family: 'Product Sans';
- font-style: normal;
- font-weight: 400;
- src: url(https://fonts.gstatic.com/s/productsans/v18/pxiDypQkot1TnFhsFMOfGShVFNeOcEg.woff2) format('woff2');
- unicode-range: U+0370-03FF;
- }
- /* latin-ext */
- @font-face {
- font-family: 'Product Sans';
- font-style: normal;
- font-weight: 400;
- src: url(https://fonts.gstatic.com/s/productsans/v18/pxiDypQkot1TnFhsFMOfGShVGdeOcEg.woff2) format('woff2');
- 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;
- }
|