Files
carrramba-encore-rate/frontend/src/index.scss
2024-02-02 23:02:39 +01:00

28 lines
448 B
SCSS

@font-face {
font-family: IDFVoyageur-regular;
src: url(/public/fonts/IDFVoyageur-Regular.otf)
}
@font-face {
font-family: IDFVoyageur-bold;
src: url(/public/fonts/IDFVoyageur-Bold.otf);
}
@font-face {
font-family: IDFVoyageur-medium;
src: url(/public/fonts/IDFVoyageur-Medium.otf);
}
html, body {
height: 100vh;
aspect-ratio: 16/9;
margin: 0;
font-family: IDFVoyageur;
}
#root {
width: inherit;
}