Skip to content

Commit 1b00ca0

Browse files
nicer better monospace font
1 parent e670e33 commit 1b00ca0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pre {
5353
}
5454

5555
code {
56-
font-family: "Space Mono", monospace;
56+
font-family: "Ubuntu Mono", monospace;
5757
font-size: 1rem;
5858
background-color: #eeeeee;
5959
}

layouts/_default/baseof.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{{ end -}}
1414
<link rel="preconnect" href="https://fonts.googleapis.com">
1515
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
16-
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
16+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
1717
</head>
1818
<body>
1919
{{/* Allows child templates to define this block */}}

0 commit comments

Comments
 (0)