Skip to content

Commit

Permalink
Perf: improve Google Web Font performance (#2639)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 authored Jan 29, 2025
2 parents bc3b890 + fc6bc19 commit b0dd698
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion benefits/core/templates/core/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
{% block preload %}
{% endblock preload %}

<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet" type="text/css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap" rel="stylesheet" type="text/css">
{% include "core/includes/bootstrap-css.html" %}
<link href="{% static "css/styles.css" %}" rel="stylesheet">
<link href="{% static "img/favicon.ico" %}" rel="icon" type="image/x-icon" />
Expand Down

0 comments on commit b0dd698

Please sign in to comment.