Skip to content

Commit

Permalink
Public Sans experimental adjustments [amends #306]
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Oct 26, 2020
1 parent a80e056 commit 96658ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/stylesheets/components/_fsa.alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@

&__text {
@extend .usa-alert-text;
font-family: $font-sans;
&:only-child {
margin-top: .5em;
}
Expand Down
4 changes: 2 additions & 2 deletions src/stylesheets/core/_fsa.font.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@

@include font-face(
'Public Sans',
'#{$font-path}/PublicSans-Light',
'#{$font-path}/PublicSans-ExtraLight',
400,
normal,
$file-formats: woff2 woff ttf
);

@include font-face(
'Public Sans',
'#{$font-path}/PublicSans-Italic',
'#{$font-path}/PublicSans-LightItalic',
400,
italic,
$file-formats: woff2 woff ttf
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/core/_fsa.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ $h1-font-size: $font-size-6;
$lead-font-size: ($font-size-5 - .3rem);
$lead-line-height: 1.3;

$font-sans: 'Public Sans', 'Source Sans Pro', $helvetica;
$font-sans: 'Public Sans', $helvetica;
$font-serif: $font-sans;
$font-mono: "Bitstream Vera Sans Mono", "Consolas", "Menlo", "Monaco", "Courier New", "Courier", monospace;

Expand Down

0 comments on commit 96658ec

Please sign in to comment.