Skip to content

Commit

Permalink
fix: fonts and image paths will be handled by SFE (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosvalle authored May 30, 2023
1 parent f3e8278 commit 2962a93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sam-styles/packages/_global.scss
Original file line number Diff line number Diff line change
@@ -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';
6 changes: 3 additions & 3 deletions sam-styles/themes/sam-gov.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
// -------------------------------------
Expand Down

0 comments on commit 2962a93

Please sign in to comment.