kamathskitchen-website/themes/raavas/assets/css/fonts.css

21 lines
506 B
CSS

@charset "utf-8";
/* font face */
@font-face {
font-family: "Lato";
src: url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Lato";
src: url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
}