akkoma-fe/static/font/css/lato.css

14 lines
698 B
CSS
Raw Normal View History

2020-05-08 15:38:46 +02:00
/* lato-regular - latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: url('../font/lato-v15-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Lato Regular'), local('Lato-Regular'),
url('../font/lato-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../font/lato-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../font/lato-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../font/lato-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../font/lato-v15-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}