Removed variable font and updated dep

This commit is contained in:
ポール ウェッブ 2018-10-09 10:27:59 -05:00
parent 2831790f61
commit 3c400cae64
4 changed files with 2 additions and 17 deletions

Binary file not shown.

View file

@ -18,12 +18,6 @@ body {
z-index: 0;
}
@supports (font-variation-settings: normal) {
body {
font-family: "Inter UI Variable", sans-serif;
}
}
main {
min-height: 100vh;

View file

@ -38,12 +38,3 @@
url("../assets/type/inter/700i.woff2") format("woff2"),
url("../assets/type/inter/700i.woff") format("woff");
}
// Single variable font
@font-face {
font-family: "Inter UI Variable";
font-weight: 400 900;
src: url("../assets/type/inter/variable.woff2") format("woff2-variations"),
url("../assets/type/inter/variable.woff2") format("woff2");
}

View file

@ -17,7 +17,7 @@
"date-format-lite": "^17.7.0",
"decamelize": "^2.0.0",
"dedent": "^0.7.0",
"dotenv": "^6.0.0",
"dotenv": "^6.1.0",
"fastify": "^1.12.1",
"fastify-compress": "^0.7.0",
"fastify-helmet": "^2.1.0",
@ -86,7 +86,7 @@
"test": "run-s test:*",
"test:dependencies": "updates --update ./",
"test:lint": "standardx --verbose | snazzy",
"test:sass": "sass-lint --config .sasslintrc 'app/sass/*.scss, app/sass/**/*.scss' --verbose --no-exit",
"test:sass": "sass-lint 'app/sass/*.scss, app/sass/**/*.scss' --verbose --no-exit",
"watch": "run-p watch:*",
"watch:sass": "sass --watch app/sass:app/dist --style compressed",
"watch:server": "NODE_ENV=development nodemon server --ignore 'public/'"