From e0cb21256ffc25fc006a82799cffa9ab576c0126 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 27 Mar 2023 21:59:42 +0200 Subject: [PATCH] css font fix --- pcf-wp/static/css/boilerplate.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/pcf-wp/static/css/boilerplate.css b/pcf-wp/static/css/boilerplate.css index 5277344..a1829f3 100644 --- a/pcf-wp/static/css/boilerplate.css +++ b/pcf-wp/static/css/boilerplate.css @@ -1,10 +1,17 @@ @font-face { font-family: AvNext; src: url("https://file.brz9.dev/cdn/fonts/serv/AvenirNext/AvenirNext-Regular.woff2"); - font-style: italic; + font-style: normal; font-weight: 400; } +@font-face { + font-family: AvNext; + src: url("https://file.brz9.dev/cdn/fonts/serv/AvenirNext/AvenirNext-Bold.woff2"); + font-style: normal; + font-weight: 800; +} + :root { --font-t: AvNext; --font-h: AvNext; @@ -444,4 +451,13 @@ section.headsearch { margin-top: 45px; margin-left: 10px; margin-right: 20px; +} + + +section.pub-info span.post-author { + font-weight: 800; +} + +section.pub-info { + margin-bottom: 50px; } \ No newline at end of file