Add fonts
This commit is contained in:
@@ -23,6 +23,20 @@ pre * {
|
|||||||
white-space: -o-pre-wrap;
|
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 {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
@@ -35,6 +49,8 @@ body {
|
|||||||
|
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|
||||||
|
font-family: 'LuxiSans', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
@@ -49,6 +65,10 @@ ul * {
|
|||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-family: 'Clockopia', sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
@@ -92,3 +112,5 @@ code {
|
|||||||
background: #0e0016;
|
background: #0e0016;
|
||||||
z-index: -9999;
|
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