You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
339 B
CSS

@font-face {
font-family: "quicksand";
/* license: url("https://radii.page/fonts/Quicksand-Regular.txt"); */
src: local("font") url("./font.ttf") format("tff");
}
body {
font-family: quicksand, Sans-serif;
}
.tooltip {
color: white;
position: absolute;
z-index: 1;
}
footer {
position: relative;
text-align: center;
}