Fix incorrect font variable being used

This commit is contained in:
Gabe Kangas
2022-08-21 16:01:35 -07:00
parent 749493ce1f
commit 9e18cf2f0c
4 changed files with 5 additions and 5 deletions

View File

@@ -25,10 +25,10 @@
background-color: var(--color-owncast-background);
& .nameChangeText {
font-weight: bold;
font-family: var(--theme-header-font-family);
font-family: var(--theme-text-display-font-family);
& .plain {
font-weight: normal;
font-family: var(--font-owncast-family) !important;
font-family: var(--theme-text-body-font-family) !important;
}
}
}