fixed URL for Noto monospace font

pull/92/head
Chris Veilleux 2022-08-31 10:35:23 -05:00
parent 74a67ee515
commit 769f91c4fe
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+Mono@display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.15.0/css/all.css" integrity="sha384-OLYO0LymqQ+uHXELyx93kblK5YIS3B2ZfLGBmsJaUyor7CpMTBsahDHByqSuWW+q" crossorigin="anonymous" rel="stylesheet">
</head>
<body style="background-color: #f1f3f4; margin: 0">