Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
commit
f0cab2f7c3
54 changed files with 19984 additions and 0 deletions
BIN
static/css/Signika-Regular.ttf
Normal file
BIN
static/css/Signika-Regular.ttf
Normal file
Binary file not shown.
19
static/css/fonts.css
Normal file
19
static/css/fonts.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
@font-face {
|
||||
font-family: "Signika-Regular";
|
||||
src: url("Signika-Regular.ttf");
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Signika-Regular"
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.rounded {
|
||||
-moz-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
border: 1px solid grey;
|
||||
padding: 5px;
|
||||
}
|
3
static/css/general.css
Normal file
3
static/css/general.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.center {
|
||||
text-align: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue