fix(client): load custom fonts

This commit is contained in:
Elian Doran 2026-01-07 20:22:37 +02:00
parent 8645d053de
commit cd64548299
No known key found for this signature in database

View File

@ -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);