From eb46de20b5c2af07399d58dbb1fbbb91a11ffaa7 Mon Sep 17 00:00:00 2001 From: suhanachaudhary212 Date: Sat, 1 Jun 2024 16:42:41 +0530 Subject: [PATCH] I am tryong to change the font family of tha random disco light simulator app that looks like a good .Feel the user like play a game --- index.html | 8 ++++++-- style.css | 5 +++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 0ecbe2e..23e4da6 100644 --- a/index.html +++ b/index.html @@ -5,9 +5,13 @@ Random Disco Light Simulator - + + + + +
diff --git a/style.css b/style.css index 3af29ad..dd4371a 100644 --- a/style.css +++ b/style.css @@ -2,18 +2,19 @@ * { font-size: 40px; + font-family: "Space Mono", monospace; } body { margin: 0; padding: 0; width: 100%; - height: 100vh; + height: 100%; display: flex; justify-content: center; align-items: center; background-color: black; - font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */ }