Skip to content

Commit

Permalink
LOYALIST-56 Switch to Open Sans font-family for dt/strong tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Nov 4, 2024
1 parent 2bb259f commit aad6258
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions custom/themes/the_loyalist_collection/src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ 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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ global-styling:
version: VERSION
css:
base:
'//fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,700;1,700&display=swap': { external: true, minified: true }
'//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,700;1,700&display=swap': { external: true, minified: true }
theme:
dist/css/style.css: { minified: true }
dist/css/print.css: { media: print, minified: true }
Expand Down

0 comments on commit aad6258

Please sign in to comment.