Removed project fonts to use module fonts
This commit is contained in:
parent
045aacc3e5
commit
1139368e56
26 changed files with 5 additions and 40 deletions
BIN
app/dist/type/inter/400.woff
vendored
BIN
app/dist/type/inter/400.woff
vendored
Binary file not shown.
BIN
app/dist/type/inter/400.woff2
vendored
BIN
app/dist/type/inter/400.woff2
vendored
Binary file not shown.
BIN
app/dist/type/inter/400i.woff
vendored
BIN
app/dist/type/inter/400i.woff
vendored
Binary file not shown.
BIN
app/dist/type/inter/400i.woff2
vendored
BIN
app/dist/type/inter/400i.woff2
vendored
Binary file not shown.
BIN
app/dist/type/inter/700.woff
vendored
BIN
app/dist/type/inter/700.woff
vendored
Binary file not shown.
BIN
app/dist/type/inter/700.woff2
vendored
BIN
app/dist/type/inter/700.woff2
vendored
Binary file not shown.
BIN
app/dist/type/inter/700i.woff
vendored
BIN
app/dist/type/inter/700i.woff
vendored
Binary file not shown.
BIN
app/dist/type/inter/700i.woff2
vendored
BIN
app/dist/type/inter/700i.woff2
vendored
Binary file not shown.
BIN
app/dist/type/karmilla/400.woff
vendored
BIN
app/dist/type/karmilla/400.woff
vendored
Binary file not shown.
BIN
app/dist/type/karmilla/400.woff2
vendored
BIN
app/dist/type/karmilla/400.woff2
vendored
Binary file not shown.
BIN
app/dist/type/karmilla/400i.woff
vendored
BIN
app/dist/type/karmilla/400i.woff
vendored
Binary file not shown.
BIN
app/dist/type/karmilla/700.woff
vendored
BIN
app/dist/type/karmilla/700.woff
vendored
Binary file not shown.
BIN
app/dist/type/karmilla/700.woff2
vendored
BIN
app/dist/type/karmilla/700.woff2
vendored
Binary file not shown.
BIN
app/dist/type/karmilla/700i.woff
vendored
BIN
app/dist/type/karmilla/700i.woff
vendored
Binary file not shown.
BIN
app/dist/type/playfair/400.woff
vendored
BIN
app/dist/type/playfair/400.woff
vendored
Binary file not shown.
BIN
app/dist/type/playfair/400.woff2
vendored
BIN
app/dist/type/playfair/400.woff2
vendored
Binary file not shown.
BIN
app/dist/type/playfair/400i.woff
vendored
BIN
app/dist/type/playfair/400i.woff
vendored
Binary file not shown.
BIN
app/dist/type/playfair/400i.woff2
vendored
BIN
app/dist/type/playfair/400i.woff2
vendored
Binary file not shown.
BIN
app/dist/type/playfair/700.woff
vendored
BIN
app/dist/type/playfair/700.woff
vendored
Binary file not shown.
BIN
app/dist/type/playfair/700.woff2
vendored
BIN
app/dist/type/playfair/700.woff2
vendored
Binary file not shown.
BIN
app/dist/type/playfair/700i.woff
vendored
BIN
app/dist/type/playfair/700i.woff
vendored
Binary file not shown.
BIN
app/dist/type/playfair/700i.woff2
vendored
BIN
app/dist/type/playfair/700i.woff2
vendored
Binary file not shown.
|
@ -1,3 +1,6 @@
|
|||
@include font-face(400);
|
||||
@include font-face(700);
|
||||
|
||||
html,
|
||||
body {
|
||||
width: 100%; height: 100%;
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
@import "init/markdown";
|
||||
@import "init/extends";
|
||||
|
||||
@import "type/inter";
|
||||
|
||||
@import "partials/animation";
|
||||
@import "partials/ecosystem";
|
||||
@import "partials/email-subscribe";
|
||||
|
|
|
@ -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");
|
||||
}
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue