m3-academy-template-vtexio/storefront/styles/configs/font-faces.css

11 lines
279 B
CSS
Raw Normal View History

2022-08-11 13:06:07 +00:00
@font-face {
font-family: "Roboto", sans-serif;
src: url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
}
@font-face {
font-family: "Oxygen", sans-serif;
src: url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap');
}