Main structure
+ BG Color + Fonts
This commit is contained in:
9
src/styles.css
Normal file
9
src/styles.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user