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

Remove link tags for font assets #1854

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

adamzap
Copy link
Member

@adamzap adamzap commented Dec 28, 2024

Since we're using src: url('...') in CSS, these link tags shouldn't be needed. A look in DevTools proves that the font asset requests are coming from the CSS file.

image image image

Related to #1853

Since we're using `src: url('...')` in CSS, these `link` tags shouldn't
be needed. A look in DevTools proves that the font asset requests are
coming from the CSS file.
@adamzap adamzap force-pushed the remove-font-asset-link-tags branch from 2e1fd68 to 480bd6b Compare December 28, 2024 22:02
@bmispelon bmispelon merged commit 8ba1f7b into django:main Jan 15, 2025
4 checks passed
@bmispelon
Copy link
Member

Nice catch, thanks! 🎸

@adamzap adamzap deleted the remove-font-asset-link-tags branch January 15, 2025 15:12
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