Add a google fonts link for Noto Sans Mono

Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404 2024-01-01 20:19:33 +01:00
parent 2e086e6b92
commit a4dda7b594
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
2 changed files with 4 additions and 2 deletions

View File

@ -51,7 +51,7 @@ fun makeConsole() {
border-color: #2f5361;
outline: none !important;
background: #2f5361;
font-family: "Noto Sans Mono SemiBold", Noto, mono;
font-family: "Noto Sans Mono", monospace;
width: 25vw; height: 50vh;
resize: none;
}

View File

@ -5,8 +5,10 @@
<meta property="og:title" content="Username404 - Webserver">
<meta property="og:description" content="This is the main page of Username404's web server.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.gstatic.com">
<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=Noto+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@600&family=Noto+Sans:wght@600&display=swap" rel="stylesheet">
<meta name="darkreader-lock">
<title>www.username404.fr</title>
<style>