From 992bb6ebe775f02a56133c2dff1619c910244735 Mon Sep 17 00:00:00 2001 From: Warren Yun Date: Tue, 3 Dec 2024 15:45:30 -0500 Subject: [PATCH] test font --- assets/theme/css/style.css | 7 +++++++ index.html | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/assets/theme/css/style.css b/assets/theme/css/style.css index c1c47ac..149ccfc 100644 --- a/assets/theme/css/style.css +++ b/assets/theme/css/style.css @@ -825,6 +825,13 @@ body { font-style: normal; } +.roboto-mono-font { + font-family: "Roboto Mono", monospace; + font-optical-sizing: auto; + font-weight: 400; + font-style: normal; +} + @keyframes cycle-pulse { 0% { filter: invert(42%) sepia(77%) saturate(2318%) hue-rotate(334deg) brightness(96%) contrast(95%); diff --git a/index.html b/index.html index 43a681a..589e432 100644 --- a/index.html +++ b/index.html @@ -77,11 +77,13 @@ type="text/css" /> + + @@ -191,7 +193,7 @@

BUILD ANYTHING.

-

At GoatHacks, the sky is the limit with what you can create. We support all projects, virtual or physical, and will the resources you need to help you build your project.

+

At GoatHacks, the sky is the limit with what you can create. We support all projects, virtual or physical, and will the resources you need to help you build your project.