mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add build and web versions to dashboard
This commit is contained in:
parent
4a6efbe359
commit
1aabbae3a5
11 changed files with 95 additions and 39 deletions
|
@ -94,7 +94,7 @@ function onGlobalizeInit() {
|
|||
if (browser.tv && !browser.android) {
|
||||
console.debug('using system fonts with explicit sizes');
|
||||
import('./styles/fonts.sized.scss');
|
||||
} else if (__USE_SYSTEM_FONTS__) { // eslint-disable-line no-undef
|
||||
} else if (__USE_SYSTEM_FONTS__) {
|
||||
console.debug('using system fonts');
|
||||
import('./styles/fonts.scss');
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue