Skip to content

Commit 91d7916

Browse files
committed
Load JetBrains Mono font for CodeMirror and console
1 parent 0a3b602 commit 91d7916

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@
924924
<link rel="icon" type="image/png" href="{base}/favicon.png">
925925
<link rel="preconnect" href="https://fonts.googleapis.com">
926926
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
927-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
927+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
928928
</svelte:head>
929929

930930
<div class="app">

0 commit comments

Comments
 (0)