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