🎉 First commit !!!
This commit is contained in:
28
frontend/src/index.css
Normal file
28
frontend/src/index.css
Normal file
@@ -0,0 +1,28 @@
|
||||
@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;
|
||||
|
||||
margin: 0;
|
||||
|
||||
font-family: IDFVoyageur;
|
||||
}
|
||||
|
||||
#root {
|
||||
height: inherit;
|
||||
width: inherit;
|
||||
}
|
Reference in New Issue
Block a user