Removed project fonts to use module fonts

This commit is contained in:
ポール ウェッブ 2018-12-03 17:12:24 -06:00
parent 045aacc3e5
commit 1139368e56
26 changed files with 5 additions and 40 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,3 +1,6 @@
@include font-face(400);
@include font-face(700);
html,
body {
width: 100%; height: 100%;

View file

@ -4,8 +4,6 @@
@import "init/markdown";
@import "init/extends";
@import "type/inter";
@import "partials/animation";
@import "partials/ecosystem";
@import "partials/email-subscribe";

View file

@ -1,36 +0,0 @@
// sass-lint:disable indentation
// 400
@font-face {
font-family: "Inter UI";
font-style: normal;
font-weight: 400;
src: url("../assets/type/inter/400.woff2") format("woff2"),
url("../assets/type/inter/400.woff") format("woff");
}
@font-face {
font-family: "Inter UI";
font-style: italic;
font-weight: 400;
src: url("../assets/type/inter/400i.woff2") format("woff2"),
url("../assets/type/inter/400i.woff") format("woff");
}
// 700
@font-face {
font-family: "Inter UI";
font-style: normal;
font-weight: 700;
src: url("../assets/type/inter/700.woff2") format("woff2"),
url("../assets/type/inter/700.woff") format("woff");
}
@font-face {
font-family: "Inter UI";
font-style: italic;
font-weight: 700;
src: url("../assets/type/inter/700i.woff2") format("woff2"),
url("../assets/type/inter/700i.woff") format("woff");
}

View file

@ -22,7 +22,7 @@
"fastify": "^1.13.1",
"fastify-compress": "^0.7.1",
"fastify-helmet": "^3.0.0",
"fastify-plugin": "^1.2.1",
"fastify-plugin": "^1.3.0",
"fastify-static": "^0.14.0",
"fastify-ws": "^1.0.0",
"front-matter": "^3.0.1",
@ -59,7 +59,7 @@
"@inc/eslint-config": "^1.1.2",
"@inc/sasslint-config": "^1.1.2",
"@lbry/color": "^1.0.5",
"@lbry/components": "^1.3.1",
"@lbry/components": "^1.4.2",
"eslint": "^5.9.0",
"husky": "^1.2.0",
"nodemon": "^1.18.7",