diff options
| author | Andrew Lee <[email protected]> | 2024-06-19 21:25:57 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-19 21:25:57 -0400 |
| commit | 8c4989d319a45c415bfbb04bfe0d7f495c34f399 (patch) | |
| tree | 8923fbd369d67e880009c0f9bcc4d467db9122f1 | |
| parent | 9227fa1df0a29e991c793a476ed7c1d2f83fed6d (diff) | |
| download | shiftos-archive-website-8c4989d319a45c415bfbb04bfe0d7f495c34f399.tar.gz shiftos-archive-website-8c4989d319a45c415bfbb04bfe0d7f495c34f399.tar.bz2 shiftos-archive-website-8c4989d319a45c415bfbb04bfe0d7f495c34f399.zip | |
Update style.css
| -rw-r--r-- | style.css | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ +@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap'); body { - font-family: Consolas, open-sans; + font-family: "JetBrains Mono", monospace; background: #333333; color: white; } @@ -36,4 +37,4 @@ footer { img.logo { width: 50%; height: auto; - }
\ No newline at end of file + } |
