Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fonts not found in Installer UI #55

Open
superjulius opened this issue Sep 29, 2023 · 0 comments
Open

Fonts not found in Installer UI #55

superjulius opened this issue Sep 29, 2023 · 0 comments

Comments

@superjulius
Copy link

The Installer UI references the IBM Plex fonts pointing to a local server path /static/media, which does not exist.

Is there anyway to override this path? Or does it mean building a custom UI to avoid this behavior?

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url(/static/media/IBMPlexSans-Regular-Latin1.edbbba47.woff2) format("woff2");
  unicode-range: U+0000, U+000d, U+0020-007e, U+00a0-00a3, U+00a4-00ff, U+0131, U+0152-0153, U+02c6, U+02da, U+02dc, U+2013-2014, U+2018-201a, U+201c-201e, U+2020-2022, U+2026, U+2030, U+2039-203a, U+2044, U+2074, U+20ac, U+2122, U+2212, U+fb01-fb02
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(/static/media/IBMPlexSans-SemiBold-Latin1.8af96d78.woff2) format("woff2");
  unicode-range: U+0000, U+000d, U+0020-007e, U+00a0-00a3, U+00a4-00ff, U+0131, U+0152-0153, U+02c6, U+02da, U+02dc, U+2013-2014, U+2018-201a, U+201c-201e, U+2020-2022, U+2026, U+2030, U+2039-203a, U+2044, U+2074, U+20ac, U+2122, U+2212, U+fb01-fb02
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant