Skip to content

Commit 4d570b4

Browse files
Make the title bar use the Windows XP font
1 parent c497772 commit 4d570b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/local/start.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,11 @@
220220
user-select: none;
221221
-webkit-user-select: none;
222222
-webkit-app-region: drag;
223+
font-family: Tahoma, 'Microsoft Sans Serif', Arial, sans-serif;
224+
font-size: 12px;
225+
font-weight: bold;
226+
color: #fff;
227+
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
223228
}
224229
.window {
225230
background-color: #32103C;

0 commit comments

Comments
 (0)