First commit
This commit is contained in:
22
src/styles.scss
Normal file
22
src/styles.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: var(--tui-background-base);
|
||||
}
|
||||
|
||||
*, *::before, *::after {
|
||||
font-family: "Onest", serif !important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Onest";
|
||||
src: url("/Onest-Regular.ttf")
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Onest";
|
||||
src: url("/Onest-ExtraBold.ttf");
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user