Update small header css
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Tyler Perkins 2022-12-26 18:56:03 -05:00
parent 605e8a6d0b
commit 84bdd30705

View File

@ -14,6 +14,14 @@ h1, h2, h3, h4 {
color: white; color: white;
} }
h5, h6 {
font-family: 'Lekton', Helvetica, Arial, sans-serif;
font-size: 40px;
line-height: 60px;
text-shadow: 1px 1px 1px grey;
color: white;
}
p, a, li, tr, td, span, noscript, figcaption { p, a, li, tr, td, span, noscript, figcaption {
font-family: 'Lekton', Helvetica, Arial, sans-serif; font-family: 'Lekton', Helvetica, Arial, sans-serif;
font-size: 16px; font-size: 16px;