added new text style

This commit is contained in:
Pavel Laptev 2024-08-16 15:20:01 +02:00 committed by Mattias Granlund
parent bc10f4985b
commit c3f02e633c

View File

@ -103,6 +103,13 @@
font-weight: 400;
}
.text-serif-32 {
font-family: var(--serif-font-family);
font-size: 2rem;
line-height: var(--base-line-height);
font-weight: 400;
}
/* MODIFIERS */
.text-body {