add wrong font css class

This commit is contained in:
imohkay 2021-10-24 20:35:50 +05:30
parent e318c1d42b
commit 92f811e78b

View file

@ -57,6 +57,10 @@ em {
font-size: 18px; font-size: 18px;
} }
.font-family-wrong {
font-family: "wrong_font";
}
main > .texts { main > .texts {
box-sizing: border-box; box-sizing: border-box;