Skip to content

Commit 6141103

Browse files
committed
removed import of CDN stylesheet for Plex Sans + added import of HDS-generated CSS for Plex Sans & Mono
1 parent e96ef95 commit 6141103

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

showcase/app/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
<link rel="stylesheet" integrity=""
3838
href="{{rootURL}}assets/styles/@hashicorp/design-system-power-select-overrides.css">
3939

40+
<!-- these are the `@font-face` declarations for the IBM Plex fonts -->
41+
<link rel="stylesheet" integrity="" href="{{rootURL}}assets/styles/@hashicorp/design-system-plex-fonts.css">
42+
4043
<!-- these styles are compiled with the Showcase -->
4144
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
4245
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/showcase.css">
@@ -58,7 +61,7 @@
5861
src="https://1.www.s81c.com/common/carbon/web-components/version/v2.40.1/text-input.min.js"></script>
5962
<!-- This contains global styles and CSS resets too! -->
6063
<link rel="stylesheet" href="https://1.www.s81c.com/common/carbon/web-components/tag/latest/themes.css" />
61-
<link rel="stylesheet" href="https://1.www.s81c.com/common/carbon/plex/sans.css" />
64+
<!-- <link rel="stylesheet" href="https://1.www.s81c.com/common/carbon/plex/sans.css" /> -->
6265
<style type="text/css">
6366
/* Suppress custom element until styles are loaded */
6467
cds-badge-indicator:not(:defined),

0 commit comments

Comments
 (0)