-
Notifications
You must be signed in to change notification settings - Fork 219
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
Closes #7104: Duplicated tag added to page #7105
Closes #7104: Duplicated tag added to page #7105
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more Footnotes
|
Description
Needs to be merge after #7091
Fixes #7104
As of right now we are having 2 local css file tag in the html, with this PR we are fixing the issue by avoiding the
preload
tag to be added while combining google font. This way we endup with only 1 tag added to the html.Type of change
Detailed scenario
Please refer to issue.
Technical description
Documentation
We are adding a filter to avoid the preload tag to be added to the new feature. However, if needed we can still get the preload in the future.
New dependencies
None
Risks
None
Mandatory Checklist
Code validation
Code style