style + bg + color

This commit is contained in:
Frog-Lover-Antony
2023-10-31 21:03:40 +03:00
parent 9b1ab813a9
commit d62c6d98e6
8 changed files with 1290 additions and 13 deletions

View File

@@ -1,3 +1,4 @@
/* Beryozki */
@font-face {
font-family: 'Beryozki';
src: url('/style/fonts/Beryozki.eot') format('embedded-opentype');
@@ -12,22 +13,42 @@
url('/style/fonts/Beryozki.svg#Beryozki') format('svg');
font-weight: normal;
font-style: normal;
}
}
/* Tsarevich */
@font-face {
font-family: 'Tsarevich-Regular';
src: url('/style/fonts/Tsarevich-Regular.eot') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Tsarevich-Regular';
src: url('/style/fonts/Tsarevich-Regular.woff') format('woff'),
url('/style/fonts/Tsarevich-Regular.ttf') format('truetype'),
url('/style/fonts/Tsarevich-Regular.svg#Tsarevich-Regular') format('svg');
font-weight: normal;
font-style: normal;
}
.normalText {
font-size: var(--textSize);
font-family: 'Sometype Mono', monospace;
color: rgb(0, 0, 0);
/* color: rgb(0, 0, 0); */
color: rgb(255, 255, 255);
}
.titleText {
font-size: calc(var(--textSize) + (var(--textSize) * 0.3));
font-family: 'Sometype Mono', monospace;
font-size: calc(var(--textSize) + (var(--textSize) * 1.6));
/* font-family: 'Sometype Mono', monospace; */
font-family: 'Tsarevich-Regular';
text-align: left;
margin-left: 3vw;
color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
}
.miniText {