summary: Sans-serif font stack

It wasn't until recently that I realized that the default browser font was
being used, since I have mine customized.

* src/current/summary.css (body)[font-family]: Sans-serif font stack.
master
Mike Gerwitz 2018-12-05 10:14:07 -05:00
parent fe14db7379
commit bcd8a67bd9
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@
body {
/* menu width * menu em + 1 */
margin: 0em 0em 0em 13em;
/* somewhat-modern sans font stack */
font-family: "DejaVu Sans", "Liberation Sans", Corbel, "Lucida Sans", sans-serif;
}
.menu