Skip to content

Commit

Permalink
Merge pull request #75 from 540co/hotfix/css-minify
Browse files Browse the repository at this point in the history
Fix relative font paths
  • Loading branch information
ostranme authored May 17, 2019
2 parents b8c60f1 + 131026e commit 635d26d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
**/tmp
**/.sass-cache
**/node_modules
**/.vscode
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.5.1](https://github.com/540co/govicons/releases/tag/1.5.1) - 2019-05-17

### Fixed

- Relative font paths in "govicons.min.css".

## [1.5.0](https://github.com/540co/govicons/releases/tag/1.5.0) - 2019-05-16

### Added
Expand Down
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "govicons",
"description": "Govicons - Government font and CSS toolkit",
"version": "1.5.0",
"version": "1.5.1",
"keywords": [
"government",
"font",
"css",
"icons",
"font-icon",
"icon"
"icon",
"svg"
],
"homepage": "https://govicons.io",
"dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion css/govicons.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Govicons v1.5.0 by @540co - https://github.com/540co/govicons - @540co
* Govicons v1.5.1 by @540co - https://github.com/540co/govicons - @540co
* License (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
Expand Down
2 changes: 1 addition & 1 deletion css/govicons.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion less/govicons.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Govicons v1.5.0 by @540co - https://github.com/540co/govicons - @540co
* Govicons v1.5.1 by @540co - https://github.com/540co/govicons - @540co
* License (Font: SIL OFL 1.1, CSS: MIT License)
*/

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "govicons",
"description": "Govicons - Government font and CSS toolkit",
"version": "1.5.0",
"version": "1.5.1",
"style": "css/govicons.css",
"keywords": ["gov", "icons", "Govicons", "icon", "font", "bootstrap"],
"keywords": ["gov", "icons", "Govicons", "icon", "font", "bootstrap", "svg"],
"homepage": "http://govicons.io/",
"bugs": {
"url" : "http://github.com/540co/govicons/issues"
Expand Down
2 changes: 1 addition & 1 deletion scss/govicons.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Govicons v1.5.0 by @540co - https://github.com/540co/govicons - @540co
* Govicons v1.5.1 by @540co - https://github.com/540co/govicons - @540co
* License (Font: SIL OFL 1.1, CSS: MIT License)
*/

Expand Down

0 comments on commit 635d26d

Please sign in to comment.