Changed to Hack font

This commit is contained in:
Alejandro Angulo 2021-10-02 01:30:56 -07:00
parent cc813c7a52
commit c1cfadafcd
No known key found for this signature in database
GPG key ID: A8B58A203A659A98
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/hack.min.css">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link rel="stylesheet" type="text/css" href="/css/highlight.css">
{{ $title := print .Site.Title " | " .Title }}

View file

@ -4,10 +4,12 @@ body {
margin: 1em;
max-width: 800px;
margin: 1em auto 0;
font-family: Hack, monospace;
}
a {
color: #00a7af;
padding: 0.1em;
}
a:visited {
color: #005f87;
@ -15,6 +17,7 @@ a:visited {
a:hover {
background-color: #00a7af;
color: #1d2021;
text-decoration: none;
}
#content {
@ -39,7 +42,7 @@ a:hover {
}
#banner .current-page {
color: #ffaf00;
padding: 0 5px;
padding-left: 5px;
}
#nav {