Нет описания

latos.css 1.1KB

1234567891011121314151617181920212223242526272829303132333435
  1. /* latin */
  2. @font-face {
  3. font-family: 'Lato';
  4. font-style: normal;
  5. font-weight: 300;
  6. src: local('../fonts/lato/Lato-Light.ttf') format('truetype') ;
  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+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  8. }
  9. /* latin-ext */
  10. @font-face {
  11. font-family: 'Lato';
  12. font-style: normal;
  13. font-weight: 400;
  14. src: local('../fonts/lato/Lato-Regular.ttf') format('truetype') ;
  15. 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;
  16. }
  17. /* latin-ext */
  18. @font-face {
  19. font-family: 'Lato';
  20. font-style: normal;
  21. font-weight: 700;
  22. src: local('../fonts/lato/Lato-Bold.ttf') format('truetype') ;
  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. }
  25. /* latin-ext */
  26. @font-face {
  27. font-family: 'Lato';
  28. font-style: normal;
  29. font-weight: 900;
  30. src: local('../fonts/lato/Lato-Black.ttf') format('truetype') ;
  31. 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;
  32. }