Use alternative sans font for post list title
This commit is contained in:
parent
d5de0822ae
commit
fc77997449
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ .post-list {
|
||||||
}
|
}
|
||||||
.post-list-title {
|
.post-list-title {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
font-family: var(--font--sans-serif-alt);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
|
|
Loading…
Reference in a new issue