Fix font not being defined

This commit is contained in:
Gabe Kangas
2022-08-30 10:58:01 -07:00
parent e605dea03a
commit ef30ddc892
3 changed files with 29 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
// Do not edit directly
// Generated on Tue, 30 Aug 2022 06:12:22 GMT
// Generated on Tue, 30 Aug 2022 17:56:21 GMT
//
// How to edit these values:
// Edit the corresponding token file under the style-definitions directory
@@ -16,6 +16,8 @@
@theme-rounded-corners: 0.5rem; // How much corners are rounded in places in the UI.
@theme-unknown-1: green; // This should never be used and it means something is wrong.
@theme-unknown-2: red; // This should never be used and it means something is wrong.
@theme-text-body-font-family: var(--font-owncast-body); // The font family used for the body text.
@theme-text-display-font-family: var(--font-owncast-display); // The font family used for the display/header text.
@theme-color-users-0: var(--color-owncast-user-0);
@theme-color-users-1: var(--color-owncast-user-1);
@theme-color-users-2: var(--color-owncast-user-2);