This commit is contained in:
Frog-Lover-Antony
2023-11-01 00:55:30 +03:00
8 changed files with 56 additions and 117 deletions

View File

@@ -40,12 +40,19 @@
color: rgb(255, 255, 255);
}
.titleTextMini {
font-size: calc(var(--textSize) + (var(--textSize) * 0.5));
/* font-family: 'Sometype Mono', monospace; */
font-family: 'Tsarevich-Regular';
color: rgb(255, 255, 255);
}
.titleText {
font-size: calc(var(--textSize) + (var(--textSize) * 1.6));
/* font-family: 'Sometype Mono', monospace; */
font-family: 'Tsarevich-Regular';
text-align: left;
margin-left: 3vw;