Adding custom CSS to backend not working after publish
My custom font is not loaded into backoffice after publish, everything works locally
k
Any console errors?
s
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
Might have been a cache issue, i tried renaming folder from "Tweaks" to "CustomCSS", also tried adding "bundleOptions" to None, as it said in custom login screen tutorial. It now works as expected. https://cdn.discordapp.com/attachments/1229374256685645854/1229383327908233226/image.png?ex=662f7b72&is=661d0672&hm=1be65476b8a808c9bc81f7bd70c6092760a4e6a80478de89871d81394d6f356a&
58 Views