This commit is contained in:
Петухова Ростислава
2023-11-01 00:48:22 +03:00
parent e03899ba16
commit 10d620cffe
2 changed files with 9 additions and 3 deletions

View File

@@ -39,12 +39,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;