Skip to content

Commit

Permalink
Merge pull request #44 from 540co/develop
Browse files Browse the repository at this point in the history
1.3.0
  • Loading branch information
ostranme authored Oct 24, 2016
2 parents 5bf6826 + 0a841a5 commit 49bc587
Show file tree
Hide file tree
Showing 15 changed files with 4,540 additions and 3,187 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
## Govicons

*Version 1.2.0*
*Version 1.3.0*

**A Government font and CSS toolkit, inspired by [Font-Awesome](http://fontawesome.io)**.

Govicons is a icon font and CSS toolkit with 95 government themed icons, for easy scalable vector graphics on projects that needs government based icons. Govicons is created and maintained by [540](http://540.co).
Govicons is a icon font and CSS toolkit with 115 government themed icons, for easy scalable vector graphics on projects that needs government based icons. Govicons is created and maintained by [540](http://540.co).

![](https://media1.giphy.com/media/5ME9j9hbSJYrK/200.gif)

Get started at <http://govicons.io>!

## Getting started

- Download and place the entire `govicons` directory into your project

- In the `<head>` of your html, reference the location to your govicons.min.css

```html
<link rel="stylesheet" href="path/to/govicons/css/govicons.min.css">
```

#### Install with bower

```shell
Expand All @@ -31,6 +29,9 @@ $ bower install govicons
$ npm install govicons
```

#### Explore
Get started and learn how to use Govicons at <http://govicons.io>!

## Contributing

If you want to add icon ideas, icon art, or other fixes/changes to how the package works, feel free to submit an issue.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "govicons",
"description": "Govicons - Government font and CSS toolkit",
"version": "1.2.0",
"version": "1.3.0",
"keywords": [
"government",
"font",
Expand Down
60 changes: 60 additions & 0 deletions css/govicons.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,66 @@
color: #ffffff;
}

.gi-barcode:before {
content: "\e95e";
}
.gi-ruler:before {
content: "\e95f";
}
.gi-construction:before {
content: "\e960";
}
.gi-fingerprint:before {
content: "\e961";
}
.gi-nuclear-plant:before {
content: "\e962";
}
.gi-radioactive:before {
content: "\e963";
}
.gi-biohazard:before {
content: "\e964";
}
.gi-microscope:before {
content: "\e965";
}
.gi-dna:before {
content: "\e966";
}
.gi-road-sign:before {
content: "\e967";
}
.gi-road:before {
content: "\e968";
}
.gi-road-barricade:before {
content: "\e969";
}
.gi-submarine:before {
content: "\e96a";
}
.gi-radar:before {
content: "\e96b";
}
.gi-reticle-dot:before {
content: "\e96c";
}
.gi-reticle-crosshair:before {
content: "\e96d";
}
.gi-dogtags:before {
content: "\e96e";
}
.gi-medal-circle:before {
content: "\e96f";
}
.gi-medal-star:before {
content: "\e970";
}
.gi-18F-logo:before {
content: "\e971";
}
.gi-sol:before,
.gi-statue-of-liberty:before {
content: "\e95c";
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.

Binary file modified fonts/Govicons.otf
100644 → 100755
Binary file not shown.
Binary file modified fonts/govicons-webfont.eot
Binary file not shown.
Loading

0 comments on commit 49bc587

Please sign in to comment.