diff options
author | Grant Shangreaux <grant@unabridgedsoftware.com> | 2020-12-23 21:24:09 -0600 |
---|---|---|
committer | Grant Shangreaux <grant@unabridgedsoftware.com> | 2020-12-23 21:24:09 -0600 |
commit | 3c19e79878dbb7030adb4f0a6791a45e16919cf3 (patch) | |
tree | 46e51f581cfaaab65a5e857d5cc8451141b45ada /style.css | |
parent | ccb2dc65ae13c8ae84397b21b5c362766efa4319 (diff) |
Fix: put font family in body css element
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,9 +1,9 @@ body { background: lightblue; + font-family: UnifontMedium, Courier, Monospace; } p { - font-family: UnifontMedium, Courier, Monospace; font-size: .8em; width: 80%; margin: auto; |