Skip to content

Commit 5b051a1

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

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">
@@ -63,7 +66,7 @@
6366

6467
<!-- This contains global styles and CSS resets too! -->
6568
<link rel="stylesheet" href="https://1.www.s81c.com/common/carbon/web-components/tag/latest/themes.css" />
66-
<link rel="stylesheet" href="https://1.www.s81c.com/common/carbon/plex/sans.css" />
69+
<!-- <link rel="stylesheet" href="https://1.www.s81c.com/common/carbon/plex/sans.css" /> -->
6770
<style type="text/css">
6871
/* Suppress custom element until styles are loaded */
6972
cds-badge-indicator:not(:defined),

0 commit comments

Comments
 (0)