new font & updated text

This commit is contained in:
aze
2025-09-05 20:42:30 +02:00
parent 87d1ff6658
commit 4d16e35d26
3 changed files with 5 additions and 5 deletions

View File

@@ -1,11 +1,10 @@
@font-face {
font-family: "Roboto Mono", monospace;
font-display: swap;
src: url(../font/robotomono.woff2) format('woff2');
font-family: "DIN";
src: url(../font/DIN.otf) format('opentype');
}
* {
font-family: "Roboto Mono", monospace;
font-family: "DIN", sans-serif;
background-color: #fff;
color: black;
}
@@ -16,6 +15,7 @@
bottom: 20px;
padding: 10px;
user-select: none;
text-align: right;
}
.rbottom img {

BIN
assets/font/DIN.otf Normal file
View File

Binary file not shown.

View File

@@ -10,7 +10,7 @@
<body>
<div class="rbottom">
<img src="assets/img/saturn-black.png" alt="">
<p>© 2025 Saturn</p>
<p>© 2022 - 2025 Saturn</p>
</div>
</body>
</html>