Fixed default font.

This commit is contained in:
Christian P. MOMON 2018-05-12 00:44:51 +02:00 committed by root
parent 4eba4eee15
commit c0397813f2
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ html
body
{
font-family: Tahoma !important;
font-size: 12px;
font-family: Verdana !important;
font-size: 16px;
font-color: #243C5F;
background-color: #ffffff;
padding: 0;