lato.css 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* lato-300 - latin */
  2. @font-face {
  3. font-family: 'Lato';
  4. font-style: normal;
  5. font-weight: 300;
  6. src: url('lato-v11-latin-300.eot'); /* IE9 Compat Modes */
  7. src: local('Lato Light'), local('Lato-Light'),
  8. url('lato-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  9. url('lato-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
  10. url('lato-v11-latin-300.woff') format('woff'), /* Modern Browsers */
  11. url('lato-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
  12. url('lato-v11-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
  13. }
  14. /* lato-regular - latin */
  15. @font-face {
  16. font-family: 'Lato';
  17. font-style: normal;
  18. font-weight: 400;
  19. src: url('lato-v11-latin-regular.eot'); /* IE9 Compat Modes */
  20. src: local('Lato Regular'), local('Lato-Regular'),
  21. url('lato-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  22. url('lato-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  23. url('lato-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
  24. url('lato-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  25. url('lato-v11-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
  26. }
  27. /* lato-900 - latin */
  28. @font-face {
  29. font-family: 'Lato';
  30. font-style: normal;
  31. font-weight: 900;
  32. src: url('lato-v11-latin-900.eot'); /* IE9 Compat Modes */
  33. src: local('Lato Black'), local('Lato-Black'),
  34. url('lato-v11-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  35. url('lato-v11-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
  36. url('lato-v11-latin-900.woff') format('woff'), /* Modern Browsers */
  37. url('lato-v11-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
  38. url('lato-v11-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
  39. }