1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-15 05:25:33 -04:00

revert variable font fallback

This commit is contained in:
2021-11-14 12:39:56 -05:00
parent 4f5feb47a5
commit a03558016b
3 changed files with 11 additions and 11 deletions

View File

@@ -27,9 +27,9 @@ $system-fonts-mono: ui-monospace, "SFMono-Regular", "Consolas", "Liberation Mono
// Prefer web fonts with system fonts as backup:
$font-stack-sans: list.join($webfont-sans, $system-fonts-sans);
$font-stack-sans-variable: list.join($webfont-sans-variable, $font-stack-sans);
$font-stack-sans-variable: list.join($webfont-sans-variable, $system-fonts-sans);
$font-stack-mono: list.join($webfont-mono, $system-fonts-mono);
$font-stack-mono-variable: list.join($webfont-mono-variable, $font-stack-mono);
$font-stack-mono-variable: list.join($webfont-mono-variable, $system-fonts-mono);
// Fancy link underline settings:
$link-underline-opacity: 40%;