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:
@@ -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%;
|
||||
|
Reference in New Issue
Block a user