1
0
Fork 0
julien.riou.xyz/static/css/fonts.css
Julien Riou f0cab2f7c3
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2024-12-22 08:41:35 +01:00

19 lines
267 B
CSS

@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;
}