Skip to content

Commit

Permalink
fix: font family (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy authored May 7, 2024
1 parent e7a2ce4 commit 642113b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/styles/palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ $navbar-height: 80px;
$navbar-horizontal-padding: 24px;
$navbar-vertical-padding: 16px;

$font-family: 'Inter', Arial, sans-serif;
$font-family-heading: 'Futura', Arial, sans-serif;
$font-family: '"Inter", Arial, sans-serif';
$font-family-heading: '"Futura", Arial, sans-serif';

0 comments on commit 642113b

Please sign in to comment.