fix: Fix typo in the font for portals (#9515)
The fonts on the portal were not loaded properly before due to a typo in the stylesheet. The font that is shown on the public portal is ui-sans right now. This PR fixes it.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
html,
|
||||
body {
|
||||
font-family: 'Inter Display', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
||||
font-family: 'InterDisplay', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user