Skip to content

Commit

Permalink
Preload some fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Jan 13, 2025
1 parent 770cc67 commit 517912d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/templates/app/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@

<link rel="stylesheet" type="text/css" href="{% static 'app/css/bootstrap.min.css' %}" />

<link rel="preload" href="{% static 'app/webfonts/fa-regular-400.woff2' %}" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="{% static 'app/webfonts/fa-solid-900.woff2' %}" as="font" type="font/woff2" crossorigin="anonymous">

<link href="{% static 'app/css/font-awesome.min.css' %}" rel="stylesheet" type="text/css">
<link href="{% static 'app/css/metisMenu.min.css' %}" rel="stylesheet">
<link href="{% static 'app/css/sb-admin-2.css' %}" rel="stylesheet">
Expand Down

0 comments on commit 517912d

Please sign in to comment.