Skip to content

Commit

Permalink
Merge pull request #346 from zusorio/use-font-in-progress-overlay
Browse files Browse the repository at this point in the history
fix: Don't use the default font for the connecting UI
  • Loading branch information
totaam authored Jan 7, 2025
2 parents 9568530 + 5f33a70 commit 85507ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion html5/css/client.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ div#disconnect_form {
}
.overlay {
background-color: black;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
position: fixed;
top: 0;
right: 0;
Expand Down Expand Up @@ -124,7 +125,7 @@ canvas {
background-color: transparent;
}
.windowtitle {
font-family: Arial, Helvetica, sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
display: inline-block;
float: left;
position: absolute;
Expand Down

0 comments on commit 85507ba

Please sign in to comment.