Files
carrramba-encore-rate/frontend/src/index.css

29 lines
423 B
CSS

@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);
}
body {
aspect-ratio: 16/9;
width: 100vw;
height: none;
margin: 0;
font-family: IDFVoyageur;
}
#root {
width: inherit;
}