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

Fix open-lens package missing fonts #7100

Merged
merged 2 commits into from
Feb 3, 2023
Merged

Conversation

jakolehm
Copy link
Contributor

@jakolehm jakolehm commented Feb 3, 2023

Fixes #7008

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
@jakolehm jakolehm added bug Something isn't working area/ui labels Feb 3, 2023
@jakolehm jakolehm added this to the 6.4.0 milestone Feb 3, 2023
@jakolehm jakolehm requested a review from aleksfront February 3, 2023 06:00
@jakolehm jakolehm requested a review from a team as a code owner February 3, 2023 06:00
@jakolehm jakolehm requested review from Iku-turso and removed request for a team February 3, 2023 06:00
patterns: [
{
from: "node_modules/@k8slens/core/static/build/library/*.ttf",
to: "[name][ext]",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:

Suggested change
to: "[name][ext]",
to: "fonts/[name][ext]",

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would love to put them under fonts/ but it means that core package also should have fonts under fonts/. I will leave this to follow up PRs.

@jakolehm jakolehm merged commit 205dc51 into master Feb 3, 2023
@jakolehm jakolehm deleted the fix-open-lens-font-loading branch February 3, 2023 11:26
This was referenced Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Editor and terminal fonts not loaded properly in 6.4.0
2 participants