more fonts

This commit is contained in:
Henry Jameson 2018-11-25 22:06:49 +03:00
parent 1a65895bfd
commit 707441ffe6
1 changed files with 3 additions and 0 deletions

View File

@ -324,6 +324,8 @@
.status-content {
margin-right: 0.5em;
font-family: var(--postFont, sans-serif);
img, video {
max-width: 100%;
max-height: 400px;
@ -338,6 +340,7 @@
pre {
overflow: auto;
font-family: var(--postCodeFont, sans-serif);
}
p {