1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-13 06:05:32 -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%;

View File

@@ -93,7 +93,7 @@
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"simple-git-hooks": "^2.7.0",
"stylelint": "~14.0.1",
"stylelint": "~14.1.0",
"stylelint-config-prettier": "~9.0.3",
"stylelint-config-sass-guidelines": "~9.0.1",
"stylelint-config-standard-scss": "~2.0.1",

View File

@@ -5082,7 +5082,7 @@ ignore@^4.0.6:
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
ignore@^5.1.4, ignore@^5.1.8, ignore@~5.1.8:
ignore@^5.1.4, ignore@^5.1.8, ignore@^5.1.9, ignore@~5.1.8:
version "5.1.9"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb"
integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==
@@ -9148,10 +9148,10 @@ stylelint-scss@^4.0.0, stylelint-scss@~4.0.0:
postcss-selector-parser "^6.0.6"
postcss-value-parser "^4.1.0"
stylelint@~14.0.1:
version "14.0.1"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.0.1.tgz#88e6c8bd3be61e666225ddb871826321f16661f6"
integrity sha512-ZcAkmFLVCultmwkQUjxKzxW/o5+CzNmDk6TPJj/d4Y7ipTGGrewIWmNm+InjdSr04PR5/yynsAJeYJY/wisdMg==
stylelint@~14.1.0:
version "14.1.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.1.0.tgz#8cefb64df6158b30f678c2d93a7052e2c1d8235b"
integrity sha512-IedkssuNVA11+v++2PIV2OHOU5A3SfRcXVi56vZVSsMhGrgtwmmit69jeM+08/Tun5DTBe7BuH1Zp1mMLmtKLA==
dependencies:
balanced-match "^2.0.0"
cosmiconfig "^7.0.1"
@@ -9165,7 +9165,7 @@ stylelint@~14.0.1:
globby "^11.0.4"
globjoin "^0.1.4"
html-tags "^3.1.0"
ignore "^5.1.8"
ignore "^5.1.9"
import-lazy "^4.0.0"
imurmurhash "^0.1.4"
is-plain-object "^5.0.0"
@@ -9188,7 +9188,7 @@ stylelint@~14.0.1:
strip-ansi "^6.0.1"
style-search "^0.1.0"
svg-tags "^1.0.0"
table "^6.7.2"
table "^6.7.3"
v8-compile-cache "^2.3.0"
write-file-atomic "^3.0.3"
@@ -9251,7 +9251,7 @@ svgo@^2.1.0, svgo@^2.5.0, svgo@^2.7.0:
picocolors "^1.0.0"
stable "^0.1.8"
table@^6.7.2:
table@^6.7.3:
version "6.7.3"
resolved "https://registry.yarnpkg.com/table/-/table-6.7.3.tgz#255388439715a738391bd2ee4cbca89a4d05a9b7"
integrity sha512-5DkIxeA7XERBqMwJq0aHZOdMadBx4e6eDoFRuyT5VR82J0Ycg2DwM6GfA/EQAhJ+toRTaS1lIdSQCqgrmhPnlw==