Files
Figma_1/fonts.css
2025-09-16 01:40:08 +03:00

30 lines
866 B
CSS

@font-face {
font-family: Lato;
font-weight: 900;
font-style: normal;
src: local("Lato"),
url("../fonts/Lato-Black.woff2") format('woff2'),
url("../fonts/Lato-Black.woff") format('woff'),
url("../fonts/Lato-Black.eot") format('eot');
font-display: swap;
}
@font-face {
font-family: Lato;
font-weight: 700;
font-style: normal;
src: local("Lato"),
url("../fonts/Lato-Bold.woff2") format('woff2'),
url("../fonts/Lato-Bold.woff") format('woff'),
url("../fonts/Lato-Bold.eot") format('eot');
font-display: swap;
}
@font-face {
font-family: Lato;
font-weight: 400;
font-style: normal;
src: local("Lato"),
url("../fonts/Lato-Regular.woff2") format('woff2'),
url("../fonts/Lato-Regular.woff") format('woff'),
url("../fonts/Lato-Regular.eot") format('eot');
font-display: swap;
}