diff options
| author | jackyzha0 <[email protected]> | 2021-03-05 16:53:52 -0800 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-03-05 16:53:52 -0800 |
| commit | 0c2d38a59f890afed6466658e1ad0341656137c8 (patch) | |
| tree | 930fb412655daa5243e38f06b94757ce965a0892 /frontend/src/css/index.css | |
| parent | fix(typo): public api docs endpoint (diff) | |
| download | ctrl-v-0c2d38a59f890afed6466658e1ad0341656137c8.tar.xz ctrl-v-0c2d38a59f890afed6466658e1ad0341656137c8.zip | |
title refactor
Diffstat (limited to 'frontend/src/css/index.css')
| -rw-r--r-- | frontend/src/css/index.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/frontend/src/css/index.css b/frontend/src/css/index.css index fcda1a3..39da6d1 100644 --- a/frontend/src/css/index.css +++ b/frontend/src/css/index.css @@ -8,7 +8,7 @@ body { margin: 0; padding: 0; background-color: #faf9f5; - font-family: 'Lora', serif; + font-family: 'JetBrains Mono', serif; } form { @@ -17,7 +17,7 @@ form { textarea, input[type=text], input[type=password], .Dropdown-root { width: 100%; - font-family: 'Roboto Mono', monospace; + font-family: 'JetBrains Mono', monospace; font-size: 0.8em; padding: calc(0.8em - 1px); border-radius: 3px; @@ -37,7 +37,7 @@ textarea, input[type=text], input[type=password], .Dropdown-root { code, pre { background: #00000000; - font-family: 'Roboto Mono', monospace; + font-family: 'JetBrains Mono', monospace; padding: initial; border-radius: 3px; outline: none; @@ -105,7 +105,7 @@ a { } input[type=submit], button[type=submit] { - font-family: 'Lora', serif; + font-family: 'JetBrains Mono', serif; font-weight: 700; color: #faf9f5; background-color: #111111; @@ -115,7 +115,7 @@ input[type=submit], button[type=submit] { } button[type=button] { - font-family: 'Lora', serif; + font-family: 'JetBrains Mono', serif; font-weight: 700; width: 8em; padding: calc(0.8em - 1px) 1.5em; |