Skip to content

Commit

Permalink
Include other values for the specific typeface, otherwise they get de…
Browse files Browse the repository at this point in the history
…leted
  • Loading branch information
dzole0311 committed Sep 17, 2024
1 parent d639ccb commit f3146cf
Showing 1 changed file with 60 additions and 1 deletion.
61 changes: 60 additions & 1 deletion app/scripts/styles/_uswds-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,71 @@
"system": (
"cap-height": 364px
),
"merriweather": (
display-name: "Merriweather Web",
cap-height: 364px,
stack: 'font-stack-georgia',
src: (
dir: "merriweather",
roman: (
100: false,
200: false,
300: "Latin-Merriweather-Light",
400: "Latin-Merriweather-Regular",
500: false,
600: false,
700: "Latin-Merriweather-Bold",
800: false,
900: "Latin-Merriweather-Black",
),
italic: (
100: false,
200: false,
300: "Latin-Merriweather-LightItalic",
400: "Latin-Merriweather-Italic",
500: false,
600: false,
700: "Latin-Merriweather-BoldItalic",
800: false,
900: "Latin-Merriweather-BlackItalic",
),
),
),
"roboto-mono": (
display-name: "Roboto Mono Web",
cap-height: 364px,
stack: 'font-stack-monospace',
src: (
dir: "roboto-mono",
roman: (
100: "roboto-mono-v5-latin-100",
200: false,
300: "roboto-mono-v5-latin-300",
400: "roboto-mono-v5-latin-regular",
500: "roboto-mono-v5-latin-500",
600: false,
700: "roboto-mono-v5-latin-700",
800: false,
900: false,
),
italic: (
100: "roboto-mono-v5-latin-100italic",
200: false,
300: "roboto-mono-v5-latin-300italic",
400: "roboto-mono-v5-latin-italic",
500: "roboto-mono-v5-latin-500italic",
600: false,
700: "roboto-mono-v5-latin-700italic",
800: false,
900: false,
),
),
),
),
$theme-type-scale-md: 8,
$theme-utility-breakpoints: (
"mobile-lg": false,
"desktop": false
),
$theme-font-type-sans: baseFontFamily,
$theme-font-type-serif: baseFontFamily,
);

0 comments on commit f3146cf

Please sign in to comment.