Skip to content

Commit

Permalink
Merge pull request #1742 from INN/1686-add-font-display-block-to-font…
Browse files Browse the repository at this point in the history
…ello

Added `font-display:block` attribute to `fontello` font family
  • Loading branch information
Josh Darby committed Jul 11, 2019
2 parents 67b4ded + 9b8f58d commit 74c0f10
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ though this project doesn't succeed in adhering to [Semantic Versioning](https:/
- Fixes multiple `Undefined variable: post` errors in `homepage/templates/top-stories.php`. [Pull request #1728](https://github.com/INN/largo/pull/1728) for [issue #1723](https://github.com/INN/largo/issues/1723).
- Fixes an issue where the widget title wasn't displaying in the Largo Image Widget, due to trying to use the `$title` variable which was removed when we stopped using `extract` in [pull request #1565](https://github.com/INN/largo/pull/1565/). [Pull request #]() for [issue #1717](https://github.com/INN/largo/issues/1717).
- Added support for `wp_body_open` hook below opening body tag. [Pull request #1735](https://github.com/INN/largo/pull/1735) for [issue #1698](https://github.com/INN/largo/issues/1698).
- Added `font-display: block` to `fontello` font family. [Pull request #1742](https://github.com/INN/largo/pull/1742) for [issue #1686](https://github.com/INN/largo/issues/1686).

## [Largo 0.6.3](https://github.com/INN/largo/compare/v0.6.2...v0.6.3)

Expand Down
3 changes: 2 additions & 1 deletion css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions less/inc/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
src: url("../fonts/fontello/font/fontello.eot?#iefix") format('embedded-opentype'), url("../fonts/fontello/font/fontello.woff") format('woff'), url("../fonts/fontello/font/fontello.ttf") format('truetype'), url("../fonts/fontello/font/fontello.svg#fontello") format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
Expand Down

0 comments on commit 74c0f10

Please sign in to comment.