Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit b81ee69

Browse files
author
Manuel Proß
committed
fix(web): add font family to paragraph tag, only apply p style when paragraph class is set
1 parent 801fd17 commit b81ee69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/styles/_text.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
@apply font-fira text-lg;
1717
}
1818

19-
.paragraph {
20-
@apply font-normal text-base text-white;
19+
p.paragraph {
20+
@apply font-fira font-normal text-base text-white;
2121
}
2222

2323
a.link {

0 commit comments

Comments
 (0)