diff options
| author | Bobby <[email protected]> | 2024-12-15 01:32:50 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-12-15 01:32:50 -0500 |
| commit | 2efc3e9fbb38e447c5e336dfea679644ea16af12 (patch) | |
| tree | a3419ab1a95e79fec6d063f7ca3d554e881c5b1d /static/css/shared | |
| parent | bfb48d61602388a063a93782c541d721aeca7545 (diff) | |
| download | thatcomputerscientist-2efc3e9fbb38e447c5e336dfea679644ea16af12.tar.xz thatcomputerscientist-2efc3e9fbb38e447c5e336dfea679644ea16af12.zip | |
more items. homepage stuff
Diffstat (limited to 'static/css/shared')
| -rw-r--r-- | static/css/shared/core.css | 39 |
1 files changed, 15 insertions, 24 deletions
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; |
