diff --git a/custom/themes/the_loyalist_collection/src/scss/overrides/_variables_bootstrap.scss b/custom/themes/the_loyalist_collection/src/scss/overrides/_variables_bootstrap.scss index 09fd469..cd5109e 100644 --- a/custom/themes/the_loyalist_collection/src/scss/overrides/_variables_bootstrap.scss +++ b/custom/themes/the_loyalist_collection/src/scss/overrides/_variables_bootstrap.scss @@ -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; diff --git a/custom/themes/the_loyalist_collection/src/scss/style.scss b/custom/themes/the_loyalist_collection/src/scss/style.scss index 935f7e1..000781d 100644 --- a/custom/themes/the_loyalist_collection/src/scss/style.scss +++ b/custom/themes/the_loyalist_collection/src/scss/style.scss @@ -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;