Use Inter fonts

This commit is contained in:
ItsDrike 2022-05-15 00:21:18 +02:00
parent 5c076900b9
commit d1aff0ec53
No known key found for this signature in database
GPG key ID: B014E761034AF742
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,6 @@
html, body {
color: $body-color;
font-family: $font-family-body;
}
#main {

View file

@ -5,11 +5,14 @@ $primary-yellow: #FFB238;
$primary-red: #B20600;
$body-bg: #17181C;
$footer-height: 110px;
$font-size-base: 1.2rem;
$headings-margin-bottom: 1.5rem;
$paragraph-margin-bottom: $headings-margin-bottom * 0.85;
$font-family-body: "Inter", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", Helvetica, Arial, sans-serif;
$font-size-base: 1.2rem;
@import "node_modules/bootstrap/scss/bootstrap";
@import url('https://rsms.me/inter/inter.css');
$navbar-height: 40px;
$body-color: $gray-300;