gonito-frontend/src/index.css
2022-07-05 13:49:29 +02:00

17 lines
304 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Kanit&family=Roboto:wght@300;400;500&display=swap');
html {
box-sizing: border-box;
scroll-behavior: smooth;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
font-family: 'Roboto', sans-serif;
background-color: #FCFCFC;
}