mirror of
https://github.com/zadam/trilium.git
synced 2026-01-11 17:14:26 +01:00
fix(client): load custom fonts
This commit is contained in:
parent
8645d053de
commit
cd64548299
@ -49,6 +49,7 @@
|
||||
const { assetPath, themeCssUrl, themeUseNextAsBase } = window.glob;
|
||||
const cssToLoad = [];
|
||||
cssToLoad.push(`${assetPath}/stylesheets/ckeditor-theme.css`);
|
||||
cssToLoad.push(`api/fonts`);
|
||||
cssToLoad.push(`${assetPath}/stylesheets/theme-light.css`);
|
||||
if (themeCssUrl) {
|
||||
cssToLoad.push(themeCssUrl);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user