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

Outdated "Lato" font import #6973

Open
rzubrycki opened this issue Apr 21, 2020 · 5 comments
Open

Outdated "Lato" font import #6973

rzubrycki opened this issue Apr 21, 2020 · 5 comments

Comments

@rzubrycki
Copy link

Hello, there's outdated import for "lato" font from google api.

Expected Result

@import url('https://fonts.googleapis.com/css2?family=Lato@100&display=swap');

"display=swap'" this part is missing, after mdn: "If the font face is not loaded, any element attempting to use it must render a fallback font face. If the font face successfully loads during this period, it is used normally."

Actual Result

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin');

Version

"semantic-ui-css": "^2.4.1",

This turns into several issues with lighhouse score.

@rzubrycki
Copy link
Author

Is semantic-ui maintained?

@GammaGames
Copy link
Contributor

@rzubrycki The only maintainer that had permissions to merge with master hasn't been back since October 2018, the community created their own fork with many improvements and bugfixes over at https://github.com/fomantic/Fomantic-UI
It's still active and getting updates

@lubber-de

This comment was marked as spam.

@codler
Copy link

codler commented Oct 23, 2020

It is strange that Semantic-UI-React is still active but the core Semantic-UI is dead. I hope this will be fixed.

@GammaGames
Copy link
Contributor

@codler looks like SUIR has some issues tagged with compatibility for FUI, the active fork of SUI

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

4 participants