new font & updated text
This commit is contained in:
@@ -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
BIN
assets/font/DIN.otf
Normal file
Binary file not shown.
@@ -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>
|
||||||
Reference in New Issue
Block a user