From 52ff2f02d8bda758e18ee391cd3ead315ac9f97a Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Mon, 9 Oct 2023 14:40:09 -0500 Subject: [PATCH] Git Error & Apparently I never made *.ejs pages use `m o n o s p a c e` --- public/dynamic/server-info.ejs | 8 -------- public/styles/ejsstyle.css | 11 ++++++++++- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/public/dynamic/server-info.ejs b/public/dynamic/server-info.ejs index df68728..f56efa6 100644 --- a/public/dynamic/server-info.ejs +++ b/public/dynamic/server-info.ejs @@ -11,17 +11,9 @@

Server Info:

Author: <%= author %>

-<<<<<<< HEAD -

Uptime: <%= uptime %> seconds

-

Total Pages: <%= images %>

- - - -=======

System Uptime: <%= system %>

Node Uptime: <%= uptime %>

Total Pages: <%= images %>

->>>>>>> 24c184c (Init) diff --git a/public/styles/ejsstyle.css b/public/styles/ejsstyle.css index 84fe018..7a45d8d 100644 --- a/public/styles/ejsstyle.css +++ b/public/styles/ejsstyle.css @@ -1,3 +1,8 @@ +@font-face { + font-family: 'Source Code Pro'; + src: url('/fonts/SourceCodePro.ttf'); +} + html, body { height: 100%; width: 100%; @@ -39,6 +44,10 @@ footer { width: 100%; } +a, button, .rainbow, .force-color, span, label { + font-family: 'Source Code Pro', monospace !important; +} + a:has(button) { box-shadow: none !important; transform: none !important; @@ -94,4 +103,4 @@ transform: none !important; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; -} \ No newline at end of file +}