1
0
Fork 0
julien.riou.xyz/static/css/fonts.css

20 lines
267 B
CSS
Raw Normal View History

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