Update character sheet font to Oxanium and apply BlenderProBook globally for improved readability
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m48s

This commit is contained in:
2025-03-20 15:11:20 +01:00
parent 12840382d4
commit 653b2d53e0
2 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
* {
font-family: BlenderProBook, sans-serif;
}
body {
height: 100vh;
min-height: 100vh;
@@ -5,10 +9,12 @@ body {
display: flex;
flex-direction: column;
overflow-y: scroll;
font-family: BlenderProBook, sans-serif;
}
main {
flex-grow: 1;
flex-grow: 1;
font-family: BlenderProBook, sans-serif;
}
footer {