diff --git a/sam-styles/packages/_global.scss b/sam-styles/packages/_global.scss index 47d438726..b728e02db 100644 --- a/sam-styles/packages/_global.scss +++ b/sam-styles/packages/_global.scss @@ -1,7 +1,7 @@ // Global // ------------------------------------- // @import '../lib/normalize'; -@import '../../../../uswds/dist/scss/global/font-face'; +// @import '../../../../uswds/dist/scss/global/font-face'; @import '../../../../uswds/dist/scss/global/focus'; @import '../../../../uswds/dist/scss/global/sizing'; @import '../../../../uswds/dist/scss/global/typography'; diff --git a/sam-styles/themes/sam-gov.scss b/sam-styles/themes/sam-gov.scss index 2f2b1d8e6..50af9fe18 100644 --- a/sam-styles/themes/sam-gov.scss +++ b/sam-styles/themes/sam-gov.scss @@ -44,18 +44,18 @@ $theme: sam-theme($primary, $secondary); // General settings // ------------------------------------- -$theme-image-path: '~@gsa-sam/sam-styles/src/img'; +// $theme-image-path: '~@gsa-sam/sam-styles/src/img'; // Typography settings // ------------------------------------- $theme-respect-user-font-size: false; -$theme-font-path: '~@gsa-sam/sam-styles/src/fonts'; +// $theme-font-path: '~@gsa-sam/sam-styles/src/fonts'; $theme-font-role-heading: 'sans'; $theme-font-weight-semibold: 600; // Color settings // ------------------------------------- -@import '~@gsa-sam/sam-styles/src/stylesheets/theme/sds-theme-color'; +// @import '~@gsa-sam/sam-styles/src/stylesheets/theme/sds-theme-color'; // Spacing settings // -------------------------------------