Skip to content

Commit 3aa6c8b

Browse files
authored
Merge pull request #74 from headwirecom/bug/67-example-font
add source sans pro font to the example
2 parents c000d26 + aee6221 commit 3aa6c8b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/spectrum/example/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
<link rel="stylesheet" href="assets/example.css" />
99

10+
<link rel="preconnect" href="https://fonts.gstatic.com" />
11+
<link
12+
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap"
13+
rel="stylesheet"
14+
/>
15+
1016
<script src="samples.js"></script>
1117
</head>
1218

0 commit comments

Comments
 (0)