Skip to content

Commit

Permalink
perf: make Roboto font discoverable early during
Browse files Browse the repository at this point in the history
page load.
  • Loading branch information
lalver1 committed Jan 21, 2025
1 parent 82b4b67 commit f38cd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benefits/core/templates/core/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{% block preload %}
{% endblock preload %}

<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet" type="text/css">
<link rel="preload" as="font" href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" 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 f38cd07

Please sign in to comment.