I have a website which is build with block grids. I’m using custom block grid preview. I can add stylesheet for block grid preview but it containce allot of variables and they are not resolved. Any possibility I can add css to the back office directly not to the shadow root?
Hey @serhiybo!
I’m not sure if you’re using Umbraco 14+, but if you are I wrote about this exact issue on my blog: The quickest way to add a custom font to the new Umbraco backoffice - Rick Butterfield
If you’re in Umbraco 13, here’s the way of doing it: How to load a Google Font for Umbraco Block Grid previews | Rock Solid Knowledge
1 Like
Hey @rickbutterfield looks like exactly what I need. I’m using version 16 so will try your solution.