fix font for h1,h2,h3,etc
This commit is contained in:
parent
fb8e5a38e1
commit
80f44fc0c5
|
@ -6,7 +6,7 @@
|
|||
<meta property="og:title" content="{{ .Page.Title }}">
|
||||
<title>{{ .Page.Title }}</title>
|
||||
<link rel="preconnect" href="https://fonts.bunny.net">
|
||||
<link href="https://fonts.bunny.net/css?family=b612-mono:400|asar:400|bungee:400|nova-mono:400|krub:400|lalezar:400" rel="stylesheet" />
|
||||
<link href="https://fonts.bunny.net/css?family=b612-mono:400|krub:400" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
<link rel="icon" type="image/png" href="/favicon.png">
|
||||
<script src="/js/quotes.js"></script>
|
||||
|
|
|
@ -75,7 +75,7 @@ body::-webkit-scrollbar {
|
|||
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
color: var(--secondary-text);
|
||||
font-family: 'B216 Mono', monospace;
|
||||
font-family: 'B612 Mono', monospace;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
Loading…
Reference in New Issue