mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-29 03:15:49 -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:
|
// Prefer web fonts with system fonts as backup:
|
||||||
$font-stack-sans: list.join($webfont-sans, $system-fonts-sans);
|
$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: 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:
|
// Fancy link underline settings:
|
||||||
$link-underline-opacity: 40%;
|
$link-underline-opacity: 40%;
|
||||||
|
|||||||
@@ -93,7 +93,7 @@
|
|||||||
"sass": "^1.43.4",
|
"sass": "^1.43.4",
|
||||||
"sass-loader": "^12.3.0",
|
"sass-loader": "^12.3.0",
|
||||||
"simple-git-hooks": "^2.7.0",
|
"simple-git-hooks": "^2.7.0",
|
||||||
"stylelint": "~14.0.1",
|
"stylelint": "~14.1.0",
|
||||||
"stylelint-config-prettier": "~9.0.3",
|
"stylelint-config-prettier": "~9.0.3",
|
||||||
"stylelint-config-sass-guidelines": "~9.0.1",
|
"stylelint-config-sass-guidelines": "~9.0.1",
|
||||||
"stylelint-config-standard-scss": "~2.0.1",
|
"stylelint-config-standard-scss": "~2.0.1",
|
||||||
|
|||||||
16
yarn.lock
16
yarn.lock
@@ -5082,7 +5082,7 @@ ignore@^4.0.6:
|
|||||||
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
|
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
|
||||||
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
|
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"
|
version "5.1.9"
|
||||||
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb"
|
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb"
|
||||||
integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==
|
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-selector-parser "^6.0.6"
|
||||||
postcss-value-parser "^4.1.0"
|
postcss-value-parser "^4.1.0"
|
||||||
|
|
||||||
stylelint@~14.0.1:
|
stylelint@~14.1.0:
|
||||||
version "14.0.1"
|
version "14.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.0.1.tgz#88e6c8bd3be61e666225ddb871826321f16661f6"
|
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.1.0.tgz#8cefb64df6158b30f678c2d93a7052e2c1d8235b"
|
||||||
integrity sha512-ZcAkmFLVCultmwkQUjxKzxW/o5+CzNmDk6TPJj/d4Y7ipTGGrewIWmNm+InjdSr04PR5/yynsAJeYJY/wisdMg==
|
integrity sha512-IedkssuNVA11+v++2PIV2OHOU5A3SfRcXVi56vZVSsMhGrgtwmmit69jeM+08/Tun5DTBe7BuH1Zp1mMLmtKLA==
|
||||||
dependencies:
|
dependencies:
|
||||||
balanced-match "^2.0.0"
|
balanced-match "^2.0.0"
|
||||||
cosmiconfig "^7.0.1"
|
cosmiconfig "^7.0.1"
|
||||||
@@ -9165,7 +9165,7 @@ stylelint@~14.0.1:
|
|||||||
globby "^11.0.4"
|
globby "^11.0.4"
|
||||||
globjoin "^0.1.4"
|
globjoin "^0.1.4"
|
||||||
html-tags "^3.1.0"
|
html-tags "^3.1.0"
|
||||||
ignore "^5.1.8"
|
ignore "^5.1.9"
|
||||||
import-lazy "^4.0.0"
|
import-lazy "^4.0.0"
|
||||||
imurmurhash "^0.1.4"
|
imurmurhash "^0.1.4"
|
||||||
is-plain-object "^5.0.0"
|
is-plain-object "^5.0.0"
|
||||||
@@ -9188,7 +9188,7 @@ stylelint@~14.0.1:
|
|||||||
strip-ansi "^6.0.1"
|
strip-ansi "^6.0.1"
|
||||||
style-search "^0.1.0"
|
style-search "^0.1.0"
|
||||||
svg-tags "^1.0.0"
|
svg-tags "^1.0.0"
|
||||||
table "^6.7.2"
|
table "^6.7.3"
|
||||||
v8-compile-cache "^2.3.0"
|
v8-compile-cache "^2.3.0"
|
||||||
write-file-atomic "^3.0.3"
|
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"
|
picocolors "^1.0.0"
|
||||||
stable "^0.1.8"
|
stable "^0.1.8"
|
||||||
|
|
||||||
table@^6.7.2:
|
table@^6.7.3:
|
||||||
version "6.7.3"
|
version "6.7.3"
|
||||||
resolved "https://registry.yarnpkg.com/table/-/table-6.7.3.tgz#255388439715a738391bd2ee4cbca89a4d05a9b7"
|
resolved "https://registry.yarnpkg.com/table/-/table-6.7.3.tgz#255388439715a738391bd2ee4cbca89a4d05a9b7"
|
||||||
integrity sha512-5DkIxeA7XERBqMwJq0aHZOdMadBx4e6eDoFRuyT5VR82J0Ycg2DwM6GfA/EQAhJ+toRTaS1lIdSQCqgrmhPnlw==
|
integrity sha512-5DkIxeA7XERBqMwJq0aHZOdMadBx4e6eDoFRuyT5VR82J0Ycg2DwM6GfA/EQAhJ+toRTaS1lIdSQCqgrmhPnlw==
|
||||||
|
|||||||
Reference in New Issue
Block a user