diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-14 18:14:06 -0600 |
---|---|---|
committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-14 18:14:06 -0600 |
commit | 06e2215c206ae8c50a2eb01ec8bb063f82099540 (patch) | |
tree | 7583e986343e2313740f8b55d63d044c2c50226d | |
parent | 1503c2e759159ee9d12585c2ebe2db70831dbd9a (diff) |
Try to use Arial font if possible
-rw-r--r-- | styles/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/style.css b/styles/style.css index a908537..a24fbd9 100644 --- a/styles/style.css +++ b/styles/style.css @@ -1,5 +1,5 @@ body { - font-family: sans-serif; + font-family: Arial, sans-serif; font-size: 10pt; margin: 10px 40px; } |