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

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

Binary file not shown.

View File

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