font replacements

This commit is contained in:
zyqunix 2024-12-02 22:44:29 +01:00
parent 30587e0317
commit 2b56853761
9 changed files with 28 additions and 33 deletions

View file

@ -10,7 +10,7 @@
body {
background-color: #505050;
font-family: 'JetBrainsMono', 'Hack', monospace;
font-family: 'Hack', 'JetBrainsMono', monospace;
margin: 20px 40px 20px 40px;
display: flex;
justify-content: center;