Add a google fonts link for Noto Sans Mono
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
2e086e6b92
commit
a4dda7b594
@ -51,7 +51,7 @@ fun makeConsole() {
|
|||||||
border-color: #2f5361;
|
border-color: #2f5361;
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
background: #2f5361;
|
background: #2f5361;
|
||||||
font-family: "Noto Sans Mono SemiBold", Noto, mono;
|
font-family: "Noto Sans Mono", monospace;
|
||||||
width: 25vw; height: 50vh;
|
width: 25vw; height: 50vh;
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
|
@ -5,8 +5,10 @@
|
|||||||
<meta property="og:title" content="Username404 - Webserver">
|
<meta property="og:title" content="Username404 - Webserver">
|
||||||
<meta property="og:description" content="This is the main page of Username404's web server.">
|
<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">
|
<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&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">
|
<meta name="darkreader-lock">
|
||||||
<title>www.username404.fr</title>
|
<title>www.username404.fr</title>
|
||||||
<style>
|
<style>
|
||||||
|
Loading…
Reference in New Issue
Block a user