Add fonts

This commit is contained in:
g1n 2021-06-14 11:01:52 -04:00
parent 53d9eaa971
commit 9a9baa0d7c
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,8 @@
<meta charset="UTF-8">
<title>g1n~xhec.one</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<div id="content">

View File

@ -1,6 +1,7 @@
body {
background:#1c1c1c;
color:#a7d129;
font-family: 'Inconsolata', monospace;
}
div {
padding:5px;