css font fix
This commit is contained in:
parent
8db723182a
commit
e0cb21256f
|
@ -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;
|
||||
|
@ -445,3 +452,12 @@ section.headsearch {
|
|||
margin-left: 10px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
|
||||
section.pub-info span.post-author {
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
section.pub-info {
|
||||
margin-bottom: 50px;
|
||||
}
|
Loading…
Reference in New Issue