Hello, there's outdated import for "lato" font from google api.
@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."
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin');
"semantic-ui-css": "^2.4.1",
This turns into several issues with lighhouse score.
Is semantic-ui maintained?
@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
We prepared the google font api update to v2 by https://github.com/fomantic/Fomantic-UI/pull/1674
The display=swap was already implemented by fomantic since a few versions
It is strange that Semantic-UI-React is still active but the core Semantic-UI is dead. I hope this will be fixed.
@codler looks like SUIR has some issues tagged with compatibility for FUI, the active fork of SUI
Most helpful comment
@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