[+] Custom font
This commit is contained in:
+5
-1
@@ -5,8 +5,12 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<title>Directory Listing</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=Nunito&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body style="margin: 0; height: 100%">
|
||||
<body style="margin: 0; height: 100%; font-family: 'Nunito', 'Roboto', 'Microsoft YaHei UI', Avenir, Helvetica, Arial, sans-serif;">
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root" style="height: 100%"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user