Skip to content

Commit 4cd63da

Browse files
authored
add italics to treehouse app (#281)
1 parent cbbff76 commit 4cd63da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/demo/index.njk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
<link href="/app/main.css" rel="stylesheet"></link>
77
<link rel="icon" href="/icon.png" type="image/x-icon" />
88
<link rel="manifest" href="/app/main.webmanifest" />
9-
<link href="https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&display=swap" rel="stylesheet" type="text/css"></link>
10-
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400&display=swap" rel="stylesheet" type="text/css"></link>
9+
<link href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap" rel="stylesheet" />
1110
<script src="/vnd/mithril-2.0.3.min.js"></script>
1211
<script src="/vnd/minisearch-6.0.1.min.js"></script>
1312
<script src="/analytics.js"></script>

0 commit comments

Comments
 (0)