mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 14:58:47 +00:00
better fallback support
This commit is contained in:
parent
555a4b6b05
commit
50fe6041f0
2 changed files with 13 additions and 1 deletions
|
@ -10,5 +10,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Manrope, "Poppins", sans-serif;
|
font-family: Manrope, "Manrope-Fallback", Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,15 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: "Manrope-Fallback";
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 1.6;
|
||||||
|
color: red;
|
||||||
|
visibility: visible;
|
||||||
|
word-spacing: -0.65px;
|
||||||
|
letter-spacing: 0.25px;
|
||||||
|
font-weight: 400;
|
||||||
|
src: local("Arial");
|
||||||
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Manrope";
|
font-family: "Manrope";
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue