From 9a56f9790879a4329d26de3823214345b6507e8c Mon Sep 17 00:00:00 2001 From: Yusef Aslam Date: Thu, 1 Feb 2024 21:15:50 +0000 Subject: [PATCH] layout.css: change fonts of everything --- Lightdm/Chicago95/css/layout.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Lightdm/Chicago95/css/layout.css b/Lightdm/Chicago95/css/layout.css index 80cd7a7..e2e9704 100755 --- a/Lightdm/Chicago95/css/layout.css +++ b/Lightdm/Chicago95/css/layout.css @@ -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;