mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +02:00
fonts
This commit is contained in:
parent
464282848a
commit
2f1c6ba41b
10 changed files with 34 additions and 60 deletions
13
style.css
13
style.css
|
@ -1,10 +1,18 @@
|
|||
@font-face {
|
||||
font-family: 'Hack';
|
||||
src: url(fonts/Hack-Regular.ttf) format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
font-family: monospace;
|
||||
font-family: 'Hack', monospace;
|
||||
font-size: small;
|
||||
background-color: #2a2a2a;
|
||||
transition: background-color 0.3s, color 0.3s;
|
||||
color: #f0f0f0;
|
||||
|
@ -25,6 +33,9 @@ html {
|
|||
|
||||
img {
|
||||
user-select: none;
|
||||
perspective: 1000px;
|
||||
transform-origin: center;
|
||||
transition: transform 0.1s ease;
|
||||
}
|
||||
|
||||
.topbar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue