Skip to content

Commit 36b0d4c

Browse files
committed
Fix code block font for event loop diagram
1 parent 8cb595a commit 36b0d4c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

template.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
rel="stylesheet"
3535
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=Open+Sans:ital,wght@0,300..800;1,300..800"
3636
/>
37+
<style>
38+
main pre code {
39+
font-family: var(--font-mono);
40+
font-weight: var(--font-weight-regular);
41+
}
42+
</style>
3743

3844
<!-- Apply theme before paint to avoid Flash of Unstyled Content -->
3945
<script>

0 commit comments

Comments
 (0)