hardcoded it because its werid
This commit is contained in:
@@ -1,9 +1,28 @@
|
||||
@font-face {
|
||||
font-family: "Tanker-Regular";
|
||||
src: url("/fonts/Tanker-Regular.ttf") format("truetype");
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Satoshi-Regular";
|
||||
src: url("/fonts/Satoshi-Regular.ttf") format("truetype");
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Satoshi-Bold";
|
||||
src: url("/fonts/Satoshi-Bold.ttf") format("truetype");
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
$primary: #1c1427;
|
||||
$accent: #7eca9c;
|
||||
$link: #ccffbd;
|
||||
$highlight-primary: #40394a;
|
||||
|
||||
:export {
|
||||
primaryColor: $primary;
|
||||
accentColor: $accent;
|
||||
}
|
||||
|
Reference in New Issue
Block a user