mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-13 00:18:50 +00:00
use new Manrope font, remove external font dep
This commit is contained in:
parent
4782e72d88
commit
ae315f1789
5 changed files with 44 additions and 10 deletions
BIN
src/styles/font/Manrope.woff2
Normal file
BIN
src/styles/font/Manrope.woff2
Normal file
Binary file not shown.
|
@ -10,5 +10,5 @@
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: "Poppins", sans-serif;
|
||||
font-family: Manrope, "Poppins", sans-serif;
|
||||
}
|
||||
|
|
41
src/styles/manrope.css
Normal file
41
src/styles/manrope.css
Normal 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");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue