update fonts
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-04-24 18:09:14 +02:00
parent 0d4e759de6
commit 50de153e55
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 5 additions and 8 deletions

View file

@ -29,7 +29,8 @@
/* padding: 0px; */
margin: 0px;
box-sizing: border-box;
font-family: sans-serif;
font-family: "Segoe UI", Arial, sans-serif, "Segoe UI Emoji",
"Segoe UI Symbol";
/* perspective: 800px; */
}

View file

@ -17,17 +17,13 @@
}
html {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial,
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-family: "Segoe UI", Arial, sans-serif, "Segoe UI Emoji",
"Segoe UI Symbol";
font-size: var(--font-size);
scroll-behavior: smooth;
}
::selection {
color: rgb(255, 255, 255);
background: var(--selection);
}
html {
scroll-behavior: smooth;
}