mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +02:00
font replacements
This commit is contained in:
parent
30587e0317
commit
2b56853761
9 changed files with 28 additions and 33 deletions
12
404.css
12
404.css
|
@ -1,3 +1,13 @@
|
|||
@font-face {
|
||||
font-family: 'Hack';
|
||||
src: url('/Fonts/Hack/Hack-Regular.ttf') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'JetBrainsMono';
|
||||
src: url('/Fonts/JetBrainsMono/JetBrainsMono-Regular.woff2');
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@ -8,8 +18,10 @@ body {
|
|||
background-color: #2a2a2a;
|
||||
transition: background-color 0.3s, color 0.3s;
|
||||
color: white;
|
||||
font-family: 'Hack', 'JetBrainsMono', monospace;
|
||||
}
|
||||
|
||||
|
||||
.main {
|
||||
text-align: center;
|
||||
background-color: #4b4b4b;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue