Skip to content

Commit

Permalink
fix: Font loading causing a layout shift (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadock authored Feb 15, 2024
1 parent 86da6b1 commit 287ebbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{% endblock opengraph %}

{% block stylesheets %}
<link rel="stylesheet" type="text/css" href="/font/fira_code.css">
<link rel="preload" type="text/css" href="/font/fira_code.css">
<link rel="stylesheet" type="text/css" href="/css/base_site_layout.css">
<link rel="stylesheet" type="text/css" href="/css/markdown_formatting.css">
<link rel="stylesheet" type="text/css" href="/css/code_highlighting.css">
Expand Down

0 comments on commit 287ebbe

Please sign in to comment.