Skip to content

Commit

Permalink
adding graduation cap #131
Browse files Browse the repository at this point in the history
  • Loading branch information
davegandy committed Apr 27, 2014
1 parent 169a921 commit 8da1813
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/font-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1348,3 +1348,7 @@
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
4 changes: 4 additions & 0 deletions css/font-awesome.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -1348,3 +1348,7 @@
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
Binary file modified fonts/FontAwesome.otf
Binary file not shown.
2 changes: 2 additions & 0 deletions less/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -417,3 +417,5 @@
.@{fa-css-prefix}-openid:before { content: @fa-var-openid; }
.@{fa-css-prefix}-institution:before,
.@{fa-css-prefix}-university:before { content: @fa-var-university; }
.@{fa-css-prefix}-mortar-board:before,
.@{fa-css-prefix}-graduation-cap:before { content: @fa-var-graduation-cap; }
1 change: 1 addition & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -384,4 +384,5 @@
@fa-var-wordpress: "\f19a";
@fa-var-openid: "\f19b";
@fa-var-university: "\f19c";
@fa-var-graduation-cap: "\f19d";

2 changes: 2 additions & 0 deletions scss/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -417,3 +417,5 @@
.#{$fa-css-prefix}-openid:before { content: $fa-var-openid; }
.#{$fa-css-prefix}-institution:before,
.#{$fa-css-prefix}-university:before { content: $fa-var-university; }
.#{$fa-css-prefix}-mortar-board:before,
.#{$fa-css-prefix}-graduation-cap:before { content: $fa-var-graduation-cap; }
1 change: 1 addition & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -384,4 +384,5 @@ $fa-var-envelope-square: "\f199";
$fa-var-wordpress: "\f19a";
$fa-var-openid: "\f19b";
$fa-var-university: "\f19c";
$fa-var-graduation-cap: "\f19d";

Binary file modified src/assets/font-awesome/fonts/FontAwesome.otf
Binary file not shown.
9 changes: 9 additions & 0 deletions src/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2755,3 +2755,12 @@ icons:
- institution
categories:
- Web Application Icons

- name: Graduation Cap
id: graduation-cap
unicode: f19d
created: 4.1
aliases:
- mortar-board
categories:
- Web Application Icons

0 comments on commit 8da1813

Please sign in to comment.