Update CSS

This commit is contained in:
Christopher T. Johnson
2024-03-21 09:41:39 -04:00
parent 6992261295
commit efec40176f
2 changed files with 32 additions and 11 deletions

View File

@@ -1,23 +1,44 @@
body { body {
font-family: "{readerFont}", sans-serif; font-family: "{readerFont}", sans-serif;
} }
hr { hr {
height: 2px; height: 2px;
border-width: 0; border-width: 0;
} }
h1 { h1 {
font-size: 48px; font-size: 48px;
font-weight: Bold; font-weight: Bold;
} }
h3 { h3 {
font-size: 40px; font-size: 40px;
font-weight: Normal; font-weight: Normal;
} }
p, li { p, li {
max-width: 66ch; max-width: 66ch;
font-size: 24px; font-size: 24px;
} }
p.phonetic { p.phonetic {
font-family: "{phoneticFont}", sans-serif; font-family: "{phoneticFont}", sans-serif;
font-size: 40px; font-size: 40px;
}
h1.def-word {
font-family: sans-serif;
font-weight: Bold;
font-size: 48px;
}
h2.def-word {
font-family: sans-serif;
font-weight: Bold;
font-size: 32px;
}
span.def-label {
font-weight: normal;
font-size: 32px;
}
span.def-phonetic {
font-family: "{phoneticFont}", sans-serif;
font-size: 38px;
border: 5px solid red;
border-radius: 100px;
} }

Binary file not shown.