Add fonts
This commit is contained in:
@@ -23,6 +23,20 @@ pre * {
|
||||
white-space: -o-pre-wrap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Clockopia';
|
||||
src: url("/static/fonts/Clockopia.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LuxiSans';
|
||||
src: url("/static/fonts/luxisr.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
@@ -35,6 +49,8 @@ body {
|
||||
|
||||
padding: 2rem;
|
||||
min-height: 100vh;
|
||||
|
||||
font-family: 'LuxiSans', sans-serif;
|
||||
}
|
||||
|
||||
html,
|
||||
@@ -49,6 +65,10 @@ ul * {
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: 'Clockopia', sans-serif;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@@ -92,3 +112,5 @@ code {
|
||||
background: #0e0016;
|
||||
z-index: -9999;
|
||||
}
|
||||
|
||||
|
||||
|
||||
BIN
src/static/fonts/Clockopia.ttf
Normal file
BIN
src/static/fonts/Clockopia.ttf
Normal file
Binary file not shown.
BIN
src/static/fonts/luxisr.ttf
Normal file
BIN
src/static/fonts/luxisr.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user