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
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m48s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user