Skip to content

Commit

Permalink
fix load font
Browse files Browse the repository at this point in the history
  • Loading branch information
jgroenen committed Oct 11, 2024
1 parent aca29fd commit 90be17f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nl/standard-print.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
<link rel="stylesheet" href="https://www.standardforpubliccode.org/assets/github-markdown.css">
<link rel="stylesheet" href="https://www.standardforpubliccode.org/assets/print.css">
<title>{{ site.title }}</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap" rel="stylesheet">
<style>
@import url('https://fonts.googleapis.com/css?family=Muli:400,400i,700');

/* Print specific */
@media print {
@page :left {
Expand Down

0 comments on commit 90be17f

Please sign in to comment.