From: Ruben Beltran del Rio Date: Fri, 13 Dec 2024 21:36:57 +0000 (+0100) Subject: Add more fonts to the stack X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/dcc2cfa7d1d41eee5f6c4b882e3eee1a0b6b22bd Add more fonts to the stack --- diff --git a/css/style.css b/css/style.css index 33483e0..34a7f70 100644 --- a/css/style.css +++ b/css/style.css @@ -81,7 +81,7 @@ blockquote { } br { display: none } h1, h2, h3 { - font-family: "Avenir Next"; + font-family: "Avenir Next", Montserrat, Corbel, 'URW Gothic', 'URW Gothic L', sans-serif; font-weight: 900 } h1 { font-size: 4em }