X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/8f3565358e605ec341910e60b84a333ad26ca5da..e8f04aef3084c1becb263b579acfbeb4190a88ba:/css/style.css diff --git a/css/style.css b/css/style.css index 2ab37cf..d9780a4 100644 --- a/css/style.css +++ b/css/style.css @@ -81,11 +81,16 @@ blockquote { } br { display: none } h1, h2, h3 { - font-family: "Avenir Next"; + font-family: "Avenir Next", "Segoe UI", "Fira Sans", "Roboto", sans-serif; font-weight: 900 } -h1 { font-size: 2em } +h1 { font-size: 4em } +h2 { + font-size: 2em; + text-transform: lowercase; +} h3 { + display: inline-block; font-weight: 600; margin-top: 1em }