From 2efc3e9fbb38e447c5e336dfea679644ea16af12 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 15 Dec 2024 01:32:50 -0500 Subject: more items. homepage stuff --- static/css/shared/core.css | 39 +++++++++++++++------------------------ 1 file changed, 15 insertions(+), 24 deletions(-) (limited to 'static/css/shared/core.css') diff --git a/static/css/shared/core.css b/static/css/shared/core.css index 30675fbd..fc369c39 100644 --- a/static/css/shared/core.css +++ b/static/css/shared/core.css @@ -2,15 +2,9 @@ @font-face { font-family: 'Klee'; src: url('../../fonts/KleeOne-Regular.ttf') format('truetype'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Klee'; - src: url('../../fonts/KleeOne-SemiBold.ttf') format('truetype'); - font-weight: bold; + font-weight: 400; font-style: normal; + font-display: swap } @font-face { @@ -27,8 +21,6 @@ outline: none; border: none; color: #fff; - font-family: 'Klee', sans-serif; - font-size: 12px; } /* HTML and Body Base */ @@ -38,26 +30,20 @@ html { min-width: 1200px; } -/* html[lang='en'], -html[lang='en'] input, -.en { - font-family: 'AP'; - font-size: 12px; -} - -html[lang='ja'], -html[lang='ja'] input, -.ja { - font-family: 'AP'; - font-size: 12px; -} */ - body { min-height: 100vh; overflow-x: hidden; position: relative; } +body, +textarea, +input { + font-family: 'Klee'; + font-size: 12px; + font-weight: 400; +} + /* Element Styles */ hr { height: 1px; @@ -81,6 +67,11 @@ a:hover { text-decoration: underline; } +textarea { + resize: none; + background: transparent; +} + /* Image Styles */ img { -webkit-backface-visibility: hidden; -- cgit v1.2.3