Skip to content

Commit

Permalink
font changed to Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Toth committed Sep 12, 2024
1 parent 1bcf5fa commit d297cb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions res/html/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
margin-bottom: 2px;
color: #FFFFFFFF;
font-size: 16px;
font-family: "Terminus:style=Bold:size=16";
font-family: "Ubuntu Mono:style=Bold:size=14";
}

.content {
Expand All @@ -68,7 +68,7 @@
color: #999999FF;
vertical-align: top;
font-size: 14px;
font-family: "Terminus:style=Bold:size=14";
font-family: "Ubuntu Mono:style=Bold:size=12";
word-wrap: break-word;
line-height: 12px;
}
Expand All @@ -80,5 +80,5 @@
top: -9px;
color: #FFFFFFFF;
font-size: 18px;
font-family: "Terminus:style=Bold:size=18";
font-family: "Ubuntu Mono:style=Bold:size=16";
}

0 comments on commit d297cb0

Please sign in to comment.