/guestbook, /autist, font changes and a new /projects entry

This commit is contained in:
zyqunix 2024-12-02 19:57:07 +01:00
parent edc8589d1d
commit 8fc3faf8bb
41 changed files with 400 additions and 101 deletions

View file

@ -1,12 +1,11 @@
/*
CSS CODE.. I DON'T KNOW WHAT ELSE TO SAY. IT WORKS, BUT COULD BE IMPROVED
*/
@font-face {
font-family: 'Hack';
src: url('https://easyfiles.cc/2024/11/07377006-c12a-461a-b3c6-0d602bac58bf/Hack-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
src: url('/Fonts/Hack/Hack-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'JetBrainsMono';
src: url('/Fonts/JetBrainsMono/JetBrainsMono-Regular.woff2');
}
body {
@ -18,11 +17,7 @@ body {
background-color: #2a2a2a;
user-select: none;
transition: background-color 0.3s, color 0.3s;
}
* {
font-family: 'Hack', monospace;
font-size: medium;
font-family: 'JetBrainsMono', 'Hack', monospace;
}
button, p {