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 and web-flow committed Aug 12, 2024
2 parents 5382910 + f188288 commit 205c5c9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- ### Block styles: Heading Style 'Hero' Font Family Changes
### Block Styles
The heading styles `Hero` and `Hero Bold` have been adjusted to both use 'Roboto Condensed', mirroring the D7 block style versions

Resolves #1164
---

- ### Adds "University of Colorado Boulder" to the end of page titles
This update:
- [change] Adds "University of Colorado Boulder" to the end of page titles. It first checks if the site is already called that to prevent this text from being duplicated on the home page. Resolves CuBoulder/tiamat-theme#1188
Expand Down
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 205c5c9

Please sign in to comment.