This commit is contained in:
Olivier PARPAILLON
2024-11-18 16:39:58 +01:00
parent a88e99fdac
commit 744133bdfb

View File

@@ -1,7 +1,13 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,600;1,400;1,600&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
html, body, label {
font-family: 'Roboto', sans-serif;
}
body {
background-color: skyblue;
display: flex;