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: avoid loading fonts from ds to prevent slow loading of module #193

Merged
merged 3 commits into from
Jan 31, 2023

Conversation

beawar
Copy link
Contributor

@beawar beawar commented Jan 30, 2023

Fonts loaded from DS bundle are slowing down a lot the loading of the modules since the request to download the inline font is taking more than 2 seconds to response.

Restore the usage of @fontsource/roboto to load a local copy of the fonts. Update webpack config to place the fonts where fontsource is loading them from.

refs: SHELL-31

Fonts loaded from DS bundle are slowing down a lot the loading of the modules
since the request to download the inline font is taking more than 2 seconds to response.

Restore the usage of @fontsource/roboto to load a local copy of the fonts.
Update webpack config to place the fonts where fontsource is loading them from.

refs: SHELL-31
@beawar
Copy link
Contributor Author

beawar commented Jan 30, 2023

 - @zextras/carbonio-ui-sdk 1.5.0

refs: SHELL-31
@beawar beawar marked this pull request as ready for review January 30, 2023 17:14
@beawar beawar merged commit e0621c3 into devel Jan 31, 2023
@beawar beawar deleted the SHELL-31-fix-fonts-loading-slow branch January 31, 2023 15:22
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

Successfully merging this pull request may close these issues.

3 participants