use proper longform font weight

This commit is contained in:
lindsaym-fa
2025-10-20 18:29:14 -04:00
parent 43a7174e7e
commit 83d516b791

View File

@@ -22,7 +22,7 @@
[class*='wa-longform'] {
font-family: var(--wa-font-family-longform);
font-weight: var(--wa-font-weight-body);
font-weight: var(--wa-font-weight-longform);
line-height: var(--wa-line-height-normal);
}