use new Manrope font, remove external font dep

This commit is contained in:
Ben Phelps 2022-09-24 14:51:12 +03:00
parent 4782e72d88
commit ae315f1789
5 changed files with 44 additions and 10 deletions

Binary file not shown.

View file

@ -10,5 +10,5 @@
}
body {
font-family: "Poppins", sans-serif;
font-family: Manrope, "Poppins", sans-serif;
}

41
src/styles/manrope.css Normal file
View file

@ -0,0 +1,41 @@
@font-face {
font-family: "Manrope";
font-weight: 200;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
}
@font-face {
font-family: "Manrope";
font-weight: 300;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
}
@font-face {
font-family: "Manrope";
font-weight: 400;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
}
@font-face {
font-family: "Manrope";
font-weight: 500;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
}
@font-face {
font-family: "Manrope";
font-weight: 600;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
}
@font-face {
font-family: "Manrope";
font-weight: 700;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
}
@font-face {
font-family: "Manrope";
font-weight: 800;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
}