use ubuntu mono as font

This commit is contained in:
c 2021-08-19 10:34:32 +02:00
parent ccbe1ed6fc
commit 3cb3801b42
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
body {
background-color: #151515;
color: #fc9032;
font-family: "Lucida Console", "Courier New", monospace;
font-family: 'Ubuntu Mono', monospace;
}
a:link {