layout.css: change fonts of everything

This commit is contained in:
Yusef Aslam 2024-02-01 21:15:50 +00:00
parent eb0926ec6f
commit 9a56f97908

View File

@ -8,8 +8,8 @@ html, body {
body { body {
-webkit-user-select: none; -webkit-user-select: none;
font-family: 'Sans-Serif'; font-family: 'Less Perfect DOS VGA';
font-size: 8pt; font-size: 12pt;
color: white; color: white;
text-shadow: 0 0 0; text-shadow: 0 0 0;
} }
@ -63,8 +63,8 @@ box-shadow: inset -1px -1px 0px 0px rgba(128,128,128,1);
.box-inner .content { .box-inner .content {
margin: auto; margin: auto;
padding: 20px 2px; padding: 20px 2px;
font-size: 10pt; font-size: 12pt;
font-family: 'Sans-Serif'; font-family: 'Less Perfect DOS VGA';
display: inline-block; display: inline-block;
width: 60%; width: 60%;
@ -74,7 +74,7 @@ button,
button:hover { button:hover {
width: 100%; width: 100%;
font-size: 10pt; font-size: 10pt;
font-family: 'Sans-Serif'; font-family: 'Less Perfect DOS VGA';
display: inline-block; display: inline-block;
} }
@ -82,10 +82,10 @@ button:hover {
padding: 0px; padding: 0px;
width: 548px; width: 548px;
border: 2px solid #000080; border: 2px solid #000080;
font-size: 8pt; font-size: 12pt;
text-align: left; text-align: left;
font-family: 'Sans-Serif'; font-family: 'Less Perfect DOS VGA';
font-weight: bold; font-weight: normal;
background-color: #000080; background-color: #000080;
color: white; color: white;
text-shadow: 0 0 0; text-shadow: 0 0 0;
@ -106,7 +106,7 @@ hr {
} }
#clock-widget span { #clock-widget span {
font: 'Sans-Serif'; font: 'Less Perfect DOS VGA';
text-shadow: none; text-shadow: none;
font-color: white; font-color: white;
color: white; color: white;