Skip to content

Commit

Permalink
fix(demos): add IBM Plex Sans Condensed to the core demo site
Browse files Browse the repository at this point in the history
  • Loading branch information
theiliad committed Jan 6, 2020
1 parent 6f66515 commit 1761a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<link rel="shortcut icon" href="favicon.ico" />

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

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

0 comments on commit 1761a36

Please sign in to comment.