mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
adding graduation cap #131
This commit is contained in:
parent
169a9211f9
commit
8da1813d4f
4
css/font-awesome.css
vendored
4
css/font-awesome.css
vendored
@ -1348,3 +1348,7 @@
|
||||
.fa-university:before {
|
||||
content: "\f19c";
|
||||
}
|
||||
.fa-mortar-board:before,
|
||||
.fa-graduation-cap:before {
|
||||
content: "\f19d";
|
||||
}
|
||||
|
4
css/font-awesome.min.css
vendored
4
css/font-awesome.min.css
vendored
@ -1348,3 +1348,7 @@
|
||||
.fa-university:before {
|
||||
content: "\f19c";
|
||||
}
|
||||
.fa-mortar-board:before,
|
||||
.fa-graduation-cap:before {
|
||||
content: "\f19d";
|
||||
}
|
||||
|
Binary file not shown.
@ -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; }
|
||||
|
@ -384,4 +384,5 @@
|
||||
@fa-var-wordpress: "\f19a";
|
||||
@fa-var-openid: "\f19b";
|
||||
@fa-var-university: "\f19c";
|
||||
@fa-var-graduation-cap: "\f19d";
|
||||
|
||||
|
@ -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; }
|
||||
|
@ -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 not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user