mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-01-24 04:14:35 +00:00
Use Inter fonts
This commit is contained in:
parent
5c076900b9
commit
d1aff0ec53
|
@ -1,5 +1,6 @@
|
|||
html, body {
|
||||
color: $body-color;
|
||||
font-family: $font-family-body;
|
||||
}
|
||||
|
||||
#main {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue