heatmap/main.css
2023-07-30 17:05:51 +10:00

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