Skip to content

Commit

Permalink
prevent bootswatch from import its own google fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
patkub committed Jan 18, 2025
1 parent 97594f0 commit ac6a459
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/assets/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@

// Change Bootswatch theme font to Roboto
// stylelint-disable-next-line value-keyword-case
$font-family-sans-serif: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
$font-family-sans-serif: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
// prevent bootswatch from importing its own google fonts
$web-font-path: false;

0 comments on commit ac6a459

Please sign in to comment.