add style and font family

This commit is contained in:
Julien Calixte
2023-03-14 17:04:50 +01:00
parent 08a9751ed3
commit aa772c555f
2 changed files with 85 additions and 16 deletions

View File

@@ -1,5 +1,7 @@
@import url("https://fonts.googleapis.com/css2?family=Sono&display=swap");
:root {
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
font-family: "Sono", sans-serif;
line-height: 1.5;
font-weight: 400;
@@ -60,9 +62,7 @@ button:focus-visible {
}
#app {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
}