Update broken variable reference

The previous font variable is only present in admin css
This commit is contained in:
Matt-Yorkley
2021-11-28 19:41:18 +00:00
parent 959c89a3ec
commit 469c4e69e0

View File

@@ -51,7 +51,7 @@
height: 1em;
line-height: 1em;
display: inline-block;
font-family: $base-font-family;
font-family: $body-font;
margin-left: 10px;
}
}