Skip to content

Commit

Permalink
LOYALIST-56 Update base font family stack
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Nov 4, 2024
1 parent 131d59c commit 7cdf817
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Bootstrap variable overrides.
$font-family-base: ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif;
$font-family-base: ui-rounded, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", source-sans-pro, sans-serif;
$font-size-base: 1.25rem;
$form-text-margin-top: 0;
$link-color: #aa0501;
Expand Down
5 changes: 0 additions & 5 deletions custom/themes/the_loyalist_collection/src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,6 @@ blockquote {
}

/* Loyalist Record Display */
dt, strong {
font-family: "Open Sans", source-sans-pro, sans-serif;
font-size: 85%;
line-height: 185%;
}
dl.loyalist-record {
dd {
margin-bottom: $spacer * 1;
Expand Down

0 comments on commit 7cdf817

Please sign in to comment.