Skip to content

Commit 1761a36

Browse files
committedJan 6, 2020
fix(demos): add IBM Plex Sans Condensed to the core demo site
1 parent 6f66515 commit 1761a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/core/demo/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
1919
<link rel="shortcut icon" href="favicon.ico" />
2020

21-
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,500,600,700" rel="stylesheet">
21+
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,500,600,700|IBM+Plex+Sans+Condensed:400" rel="stylesheet">
2222

2323
<link href="https://unpkg.com/carbon-components@10.1.0/css/carbon-components.css" rel="stylesheet">
2424
</head>

0 commit comments

Comments
 (0)
Please sign in to comment.