css font fix

This commit is contained in:
ed barz 2023-03-27 21:59:42 +02:00
parent 8db723182a
commit e0cb21256f
1 changed files with 17 additions and 1 deletions

View File

@ -1,10 +1,17 @@
@font-face { @font-face {
font-family: AvNext; font-family: AvNext;
src: url("https://file.brz9.dev/cdn/fonts/serv/AvenirNext/AvenirNext-Regular.woff2"); src: url("https://file.brz9.dev/cdn/fonts/serv/AvenirNext/AvenirNext-Regular.woff2");
font-style: italic; font-style: normal;
font-weight: 400; 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 { :root {
--font-t: AvNext; --font-t: AvNext;
--font-h: AvNext; --font-h: AvNext;
@ -445,3 +452,12 @@ section.headsearch {
margin-left: 10px; margin-left: 10px;
margin-right: 20px; margin-right: 20px;
} }
section.pub-info span.post-author {
font-weight: 800;
}
section.pub-info {
margin-bottom: 50px;
}