Skip to content

Commit

Permalink
Merge pull request #1194 from CuBoulder/issue/1164
Browse files Browse the repository at this point in the history
Block styles: Heading Style 'Hero' Font Family Changes
  • Loading branch information
jnicholCU authored Aug 12, 2024
2 parents 5382910 + f188288 commit 664abd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boulder_base.libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ucb-global:
css/bootstrap/bootstrap.min.css: {}
css/layout.css: {}
theme:
https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&family=Roboto:wght@400;500;700&display=swap: { type: external }
https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;500;700&display=swap: { type: external }
css/style-responsive.css: {}
css/styleguide/global.css: {}
css/styleguide/branding.css: {}
Expand Down
7 changes: 6 additions & 1 deletion css/block/block-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
display: flex;
}

.block-title.hero, .block-title.supersize {
.block-title.hero {
font-weight: normal;
font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; ;
}

.block-title.supersize{
font-weight: normal;
}

Expand Down

0 comments on commit 664abd2

Please sign in to comment.