mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 21:41:29 +08:00
adding angellist #2058
This commit is contained in:
parent
027696a64e
commit
ff5933de61
@ -1,7 +1,7 @@
|
||||
#[Font Awesome v4.2.0](http://fontawesome.io)
|
||||
###The iconic font and CSS framework
|
||||
|
||||
Font Awesome is a full suite of 474 pictographic icons for easy scalable vector graphics on websites,
|
||||
Font Awesome is a full suite of 476 pictographic icons for easy scalable vector graphics on websites,
|
||||
created and maintained by [Dave Gandy](http://twitter.com/davegandy).
|
||||
Stay up to date [@fontawesome](http://twitter.com/fontawesome).
|
||||
|
||||
|
6
css/font-awesome.css
vendored
6
css/font-awesome.css
vendored
@ -1652,3 +1652,9 @@
|
||||
.fa-bus:before {
|
||||
content: "\f207";
|
||||
}
|
||||
.fa-ioxhost:before {
|
||||
content: "\f208";
|
||||
}
|
||||
.fa-angellist:before {
|
||||
content: "\f209";
|
||||
}
|
||||
|
2
css/font-awesome.min.css
vendored
2
css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -543,3 +543,5 @@
|
||||
.@{fa-css-prefix}-toggle-on:before { content: @fa-var-toggle-on; }
|
||||
.@{fa-css-prefix}-bicycle:before { content: @fa-var-bicycle; }
|
||||
.@{fa-css-prefix}-bus:before { content: @fa-var-bus; }
|
||||
.@{fa-css-prefix}-ioxhost:before { content: @fa-var-ioxhost; }
|
||||
.@{fa-css-prefix}-angellist:before { content: @fa-var-angellist; }
|
||||
|
@ -18,6 +18,7 @@
|
||||
@fa-var-ambulance: "\f0f9";
|
||||
@fa-var-anchor: "\f13d";
|
||||
@fa-var-android: "\f17b";
|
||||
@fa-var-angellist: "\f209";
|
||||
@fa-var-angle-double-down: "\f103";
|
||||
@fa-var-angle-double-left: "\f100";
|
||||
@fa-var-angle-double-right: "\f101";
|
||||
@ -278,6 +279,7 @@
|
||||
@fa-var-inr: "\f156";
|
||||
@fa-var-instagram: "\f16d";
|
||||
@fa-var-institution: "\f19c";
|
||||
@fa-var-ioxhost: "\f208";
|
||||
@fa-var-italic: "\f033";
|
||||
@fa-var-joomla: "\f1aa";
|
||||
@fa-var-jpy: "\f157";
|
||||
|
@ -543,3 +543,5 @@
|
||||
.#{$fa-css-prefix}-toggle-on:before { content: $fa-var-toggle-on; }
|
||||
.#{$fa-css-prefix}-bicycle:before { content: $fa-var-bicycle; }
|
||||
.#{$fa-css-prefix}-bus:before { content: $fa-var-bus; }
|
||||
.#{$fa-css-prefix}-ioxhost:before { content: $fa-var-ioxhost; }
|
||||
.#{$fa-css-prefix}-angellist:before { content: $fa-var-angellist; }
|
||||
|
@ -18,6 +18,7 @@ $fa-var-align-right: "\f038";
|
||||
$fa-var-ambulance: "\f0f9";
|
||||
$fa-var-anchor: "\f13d";
|
||||
$fa-var-android: "\f17b";
|
||||
$fa-var-angellist: "\f209";
|
||||
$fa-var-angle-double-down: "\f103";
|
||||
$fa-var-angle-double-left: "\f100";
|
||||
$fa-var-angle-double-right: "\f101";
|
||||
@ -278,6 +279,7 @@ $fa-var-info-circle: "\f05a";
|
||||
$fa-var-inr: "\f156";
|
||||
$fa-var-instagram: "\f16d";
|
||||
$fa-var-institution: "\f19c";
|
||||
$fa-var-ioxhost: "\f208";
|
||||
$fa-var-italic: "\f033";
|
||||
$fa-var-joomla: "\f1aa";
|
||||
$fa-var-jpy: "\f157";
|
||||
|
@ -18,6 +18,7 @@ relative_path: ../../
|
||||
<h1 class="info-class">
|
||||
fa-{{ page.icon.id }}
|
||||
<small>
|
||||
{% if page.icon.url %}<a target="_blank" href="http://{{ page.icon.url }}">{{ page.icon.url }}<i class="fa fa-external-link-square margin-left-sm"></i></a> ·{% endif %}
|
||||
<i class="fa fa-{{ page.icon.id }}"></i> ·
|
||||
Unicode: <span class="upper">{{ page.icon.unicode }}</span> ·
|
||||
Created: v{{ page.icon.created }} ·
|
||||
|
Binary file not shown.
@ -3532,3 +3532,18 @@ icons:
|
||||
created: 4.2
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
||||
- name: ioxhost
|
||||
id: ioxhost
|
||||
unicode: f208
|
||||
created: 4.2
|
||||
url: ioxhost.co.uk
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
||||
- name: AngelList
|
||||
id: angellist
|
||||
unicode: f209
|
||||
created: 4.2
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
Loading…
Reference in New Issue
Block a user