Main structure

+ BG Color
+ Fonts
This commit is contained in:
Felix
2020-12-24 14:58:51 +01:00
commit bbff4088cc
38 changed files with 14439 additions and 0 deletions

9
src/styles.css Normal file
View File

@@ -0,0 +1,9 @@
/* You can add global styles to this file, and also import other style files */
*{
font-family: 'Inter', sans-serif;
}
:host{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}