diff --git a/src/common/common.css b/src/common/common.css index 78a9ca8..a3551aa 100644 --- a/src/common/common.css +++ b/src/common/common.css @@ -14,6 +14,14 @@ h1, h2, h3, h4 { 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 { font-family: 'Lekton', Helvetica, Arial, sans-serif; font-size: 16px;