remove hardcoded font-family

This commit is contained in:
Set Hallstrom 2020-07-28 12:06:08 +02:00
parent dd00fbdef2
commit 35880610bb
8 changed files with 10 additions and 10 deletions

View file

@ -351,7 +351,7 @@ div.content {
flex: 1 0 250px;
margin: 0;
font-size: 12px;
font-family: monospace;
font-family: _font(family-fixed);
}
@media only screen and (max-width: 569px) {
p {