My custom font is not loaded into backoffice after publish, everything works locally
k
kdx-perbol
04/15/2024, 10:30 AM
Any console errors?
s
skttl
04/15/2024, 10:38 AM
Possible causes:
- Runtime minification settings is wrong (https://docs.umbraco.com/umbraco-cms/reference/configuration/runtimeminificationsettings)
- browser cache, check with the sources panel in dev tools, that the CSS sent to the browser is what you expect
- url is wrong, check with the network panel in dev tools, that the external css file is actually requested