Skip to content

Commit

Permalink
Fixes #208
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykolodziej committed Aug 13, 2019
1 parent 6b8c8b7 commit 88acfa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Ensures BU Hub required icons are always output, even if you turn icons off.
* Adds a skip link mixin and moves styles to the accessibility partial.
* Fixes https://github.com/bu-ist/responsive-foundation/issues/208

## 3.2.2

Expand Down
4 changes: 2 additions & 2 deletions css-dev/burf-base/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
src: url( "//www.bu.edu/cdn/fonts/TiemposText/TiemposText-Semibold.eot?#iefix" ) format( "embedded-opentype" ),
url( "//www.bu.edu/cdn/fonts/TiemposText/TiemposText-Semibold.woff" ) format( "woff" );
font-style: normal;
font-weight: 700;
font-weight: 600;
}

@font-face {
Expand All @@ -81,5 +81,5 @@
src: url( "//www.bu.edu/cdn/fonts/TiemposText/TiemposText-Semibold-Italic.eot?#iefix" ) format( "embedded-opentype" ),
url( "//www.bu.edu/cdn/fonts/TiemposText/TiemposText-Semibold-Italic.woff" ) format( "woff" );
font-style: italic;
font-weight: 700;
font-weight: 600;
}

0 comments on commit 88acfa5

Please sign in to comment.