From 480bd6bc6f812d16edeed800aa49f6691886e883 Mon Sep 17 00:00:00 2001 From: Adam Zapletal Date: Sat, 28 Dec 2024 15:54:22 -0600 Subject: [PATCH] Remove `link` tags for font assets 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. --- djangoproject/templates/base.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/djangoproject/templates/base.html b/djangoproject/templates/base.html index 57e76365f..ec3e6328c 100644 --- a/djangoproject/templates/base.html +++ b/djangoproject/templates/base.html @@ -39,11 +39,6 @@ {% block title %}The web framework for perfectionists with deadlines{% endblock %} | Django - - - - -