[Minor] Replaced default font with ubuntu

This commit is contained in:
Robert von Burg 2022-05-13 13:50:05 +02:00
parent b42c8a3bba
commit 8fea9f0798
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
body {
margin: 0;
padding: 0;
font-family: 'Ubuntu-local', 'Roboto', 'Noto', sans-serif;
font-family: 'Ubuntu-local', sans-serif;
font-size: 14px;
background-color: #fafafa;
}