mirror of
https://github.com/Rakantor/personal-portfolio.git
synced 2025-12-17 19:36:32 +01:00
Change default font to Inter
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
// The variables you want to modify
|
||||
// $font-size-root: 20px;
|
||||
|
||||
$font-inter: 'Inter', sans-serif;
|
||||
@use 'vuetify' with (
|
||||
$body-font-family: $font-inter,
|
||||
);
|
||||
|
||||
p a {
|
||||
color: rgb(var(--v-theme-primary));
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user