Fonts everywhere

This commit is contained in:
2024-09-17 14:35:44 +02:00
parent 2ee343305f
commit 8b70f35e67
5 changed files with 11 additions and 1 deletions

View File

@@ -1,7 +1,9 @@
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Ubuntu', sans-serif;
}
body{
display: flex;