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

Removed font files import from mds #1069

Merged
merged 2 commits into from
Oct 29, 2024
Merged

Conversation

bexsoft
Copy link
Collaborator

@bexsoft bexsoft commented Oct 29, 2024

What does this do?

There is an inconsistence between libraries as we are importing the default fonts in the applications by using GlobalStyles. The disadvantage of this is that there is a flickering between renders in the initial load until the fonts get loaded.

This PR removes de default font imports by levering this to the application where you are going to use mds.

There is an inconsistence between libraries as we are importing the default fonts in the applications by using GlobalStyles. The disadvantage of this is that there is a flickering between renders in the initial load until the fonts get loaded.

This PR removes de default font imports by levering this to the application where you are going to use mds.

Signed-off-by: Benjamin Perez <[email protected]>
@bexsoft bexsoft force-pushed the remove-font-support branch from 763adf4 to 9bf0175 Compare October 29, 2024 22:47
Copy link
Collaborator

@bayasdev bayasdev left a comment

Choose a reason for hiding this comment

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

Thanks!

@bexsoft bexsoft merged commit 88c8bc4 into minio:master Oct 29, 2024
1 check passed
@bexsoft bexsoft deleted the remove-font-support branch October 29, 2024 22:49
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.

2 participants