How can we set the body font for a non-interactive site? #33749
-
We have a completely non-interactive Blazor web app, just static pages. We want to set the custom font family to Comic Sans MS. As per the docs this can be done in MainLayout in the https://www.fluentui-blazor.net/DesignTokens#example Issues is, this method is only invoked if the component has rendered interactively. In our case, this lifecycle method is never invoked, which means How do we address this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I assume you need to ask this question in Blazor repo: |
Beta Was this translation helpful? Give feedback.
I assume you need to ask this question in Blazor repo:
https://github.com/microsoft/fluentui-blazor