Use sans-serif body font.

Easier on the eyes.
This commit is contained in:
Philipp Winter 2018-09-11 15:18:19 -07:00
parent f8ee1c25e9
commit c1bb5523d3

View file

@ -55,6 +55,9 @@
float: left; float: left;
padding-left: 20px; padding-left: 20px;
} }
body {
font-family:Helvetica,sans-serif;
}
</style> </style>
</head> </head>