This commit is contained in:
end-4
2024-02-08 02:20:31 +07:00
parent 7c0c61fb3e
commit 3cce919268
6 changed files with 13 additions and 7 deletions
+6 -2
View File
@@ -55,12 +55,12 @@
margin: 10px;
}
.txt-badonkers {
.txt-gigantic {
@include mainfont;
font-size: 3rem;
}
.txt-tiddies {
.txt-massive {
@include mainfont;
font-size: 2.7273rem;
}
@@ -127,6 +127,10 @@
@include actiontext;
}
.txt-thin {
font-weight: 300;
}
.txt-semibold {
font-weight: 500;
}