Skip to content

Commit

Permalink
Load fonts.css last
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock authored and dnldd committed Jun 25, 2020
1 parent d43276f commit 2bffa31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gui/assets/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{.Designation}} pool</title>
<link rel="stylesheet" type="text/css" href="/assets/css/vendor/bootstrap-4.4.1.min.css">
<link rel="stylesheet" type="text/css" href="/assets/css/fonts.css">
<link rel="stylesheet" type="text/css" href="/assets/css/dcrpool.css">
<link rel="stylesheet" type="text/css" href="/assets/css/pagination.css">
<!-- fonts.css should be last to ensure dcr fonts take precedence. -->
<link rel="stylesheet" type="text/css" href="/assets/css/fonts.css">

<script src="/assets/js/vendor/jquery-3.4.1.min.js"></script>
<script src="/assets/js/vendor/pagination-2.1.5.min.js"></script>
Expand Down

0 comments on commit 2bffa31

Please sign in to comment.