экзамен...

This commit is contained in:
=
2023-11-07 11:57:32 +03:00
parent a814405f7d
commit 2ed6c8aef4
5 changed files with 34 additions and 17 deletions

View File

@@ -35,30 +35,40 @@
.normalText {
font-size: var(--textSize);
font-family: 'Pacifico';
/* font-family: 'Pacifico'; */
font-family: 'Verdana';
margin: 0.7em;
color: rgb(255, 255, 255);
}
.titleTextMini {
font-size: calc(var(--textSize) + (var(--textSize) * 0.5));
font-family: 'Tsarevich-Regular';
/* font-family: 'Tsarevich-Regular'; */
font-family: 'Georgia';
margin: 0.2em;
align-self: center;
color: rgb(255, 255, 255);
}
.titleText {
font-size: calc(var(--textSize) + (var(--textSize) * 1.6));
font-family: 'Tsarevich-Regular';
/* font-family: 'Tsarevich-Regular'; */
font-family: 'Georgia';
text-align: left;
margin-left: 3vw;
margin: 0.7em;
color: rgb(255, 255, 255);
}
.miniText {
font-size: calc(var(--textSize) * 0.9);
font-family: 'Tsarevich-Regular';
/* font-family: 'Tsarevich-Regular'; */
font-family: 'Verdana';
color: rgb(255, 255, 255);
}