mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-28 22:41:28 +08:00
renaming of file icons to file, file-text, file-alt, file-text-alt
This commit is contained in:
parent
d30bb8bdbf
commit
af81789c09
@ -32,7 +32,7 @@
|
|||||||
<div class="item"><div><i class="icon-microphone"></i></div></div>
|
<div class="item"><div><i class="icon-microphone"></i></div></div>
|
||||||
<div class="item"><div><i class="icon-shield"></i></div></div>
|
<div class="item"><div><i class="icon-shield"></i></div></div>
|
||||||
<div class="item"><div><i class="icon-star-half-empty"></i></div></div>
|
<div class="item"><div><i class="icon-star-half-empty"></i></div></div>
|
||||||
<div class="item"><div><i class="icon-envelope"></i></div></div>
|
<div class="item"><div><i class="icon-envelope-alt"></i></div></div>
|
||||||
<div class="item"><div><i class="icon-medkit"></i></div></div>
|
<div class="item"><div><i class="icon-medkit"></i></div></div>
|
||||||
<div class="item"><div><i class="icon-book"></i></div></div>
|
<div class="item"><div><i class="icon-book"></i></div></div>
|
||||||
<div class="item"><div><i class="icon-coffee"></i></div></div>
|
<div class="item"><div><i class="icon-coffee"></i></div></div>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
<li{% if page.navbar_active == "license" %} class="active"{% endif %}><a href="{{ page.relative_path }}license/">License</a></li>
|
<li{% if page.navbar_active == "license" %} class="active"{% endif %}><a href="{{ page.relative_path }}license/">License</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><a href="mailto:{{ site.font_awesome.author.email }}"><i class="icon-envelope"></i> Me</a></li>
|
<li><a href="mailto:{{ site.font_awesome.author.email }}"><i class="icon-envelope-alt"></i> Me</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
14
build/assets/font-awesome/css/font-awesome.css
vendored
14
build/assets/font-awesome/css/font-awesome.css
vendored
@ -362,7 +362,7 @@ ul.icons-ul > li .icon-li {
|
|||||||
.icon-search:before {
|
.icon-search:before {
|
||||||
content: "\f002";
|
content: "\f002";
|
||||||
}
|
}
|
||||||
.icon-envelope:before {
|
.icon-envelope-alt:before {
|
||||||
content: "\f003";
|
content: "\f003";
|
||||||
}
|
}
|
||||||
.icon-heart:before {
|
.icon-heart:before {
|
||||||
@ -416,7 +416,7 @@ ul.icons-ul > li .icon-li {
|
|||||||
.icon-home:before {
|
.icon-home:before {
|
||||||
content: "\f015";
|
content: "\f015";
|
||||||
}
|
}
|
||||||
.icon-file:before {
|
.icon-file-alt:before {
|
||||||
content: "\f016";
|
content: "\f016";
|
||||||
}
|
}
|
||||||
.icon-time:before {
|
.icon-time:before {
|
||||||
@ -948,7 +948,7 @@ ul.icons-ul > li .icon-li {
|
|||||||
.icon-sort-up:before {
|
.icon-sort-up:before {
|
||||||
content: "\f0de";
|
content: "\f0de";
|
||||||
}
|
}
|
||||||
.icon-envelope-alt:before {
|
.icon-envelope:before {
|
||||||
content: "\f0e0";
|
content: "\f0e0";
|
||||||
}
|
}
|
||||||
.icon-linkedin:before {
|
.icon-linkedin:before {
|
||||||
@ -1011,7 +1011,7 @@ ul.icons-ul > li .icon-li {
|
|||||||
.icon-food:before {
|
.icon-food:before {
|
||||||
content: "\f0f5";
|
content: "\f0f5";
|
||||||
}
|
}
|
||||||
.icon-file-alt:before {
|
.icon-file-text-alt:before {
|
||||||
content: "\f0f6";
|
content: "\f0f6";
|
||||||
}
|
}
|
||||||
.icon-building:before {
|
.icon-building:before {
|
||||||
@ -1296,6 +1296,12 @@ ul.icons-ul > li .icon-li {
|
|||||||
.icon-btc:before {
|
.icon-btc:before {
|
||||||
content: "\f15a";
|
content: "\f15a";
|
||||||
}
|
}
|
||||||
|
.icon-file:before {
|
||||||
|
content: "\f15b";
|
||||||
|
}
|
||||||
|
.icon-file-text:before {
|
||||||
|
content: "\f15c";
|
||||||
|
}
|
||||||
.icon-power-off:before {
|
.icon-power-off:before {
|
||||||
content: "\f011";
|
content: "\f011";
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
10
build/assets/font-awesome/less/icons.less
vendored
10
build/assets/font-awesome/less/icons.less
vendored
@ -3,7 +3,7 @@
|
|||||||
.icon-glass:before { content: @icon-glass; }
|
.icon-glass:before { content: @icon-glass; }
|
||||||
.icon-music:before { content: @icon-music; }
|
.icon-music:before { content: @icon-music; }
|
||||||
.icon-search:before { content: @icon-search; }
|
.icon-search:before { content: @icon-search; }
|
||||||
.icon-envelope:before { content: @icon-envelope; }
|
.icon-envelope-alt:before { content: @icon-envelope-alt; }
|
||||||
.icon-heart:before { content: @icon-heart; }
|
.icon-heart:before { content: @icon-heart; }
|
||||||
.icon-star:before { content: @icon-star; }
|
.icon-star:before { content: @icon-star; }
|
||||||
.icon-star-empty:before { content: @icon-star-empty; }
|
.icon-star-empty:before { content: @icon-star-empty; }
|
||||||
@ -22,7 +22,7 @@
|
|||||||
.icon-cog:before { content: @icon-cog; }
|
.icon-cog:before { content: @icon-cog; }
|
||||||
.icon-trash:before { content: @icon-trash; }
|
.icon-trash:before { content: @icon-trash; }
|
||||||
.icon-home:before { content: @icon-home; }
|
.icon-home:before { content: @icon-home; }
|
||||||
.icon-file:before { content: @icon-file; }
|
.icon-file-alt:before { content: @icon-file-alt; }
|
||||||
.icon-time:before { content: @icon-time; }
|
.icon-time:before { content: @icon-time; }
|
||||||
.icon-road:before { content: @icon-road; }
|
.icon-road:before { content: @icon-road; }
|
||||||
.icon-download-alt:before { content: @icon-download-alt; }
|
.icon-download-alt:before { content: @icon-download-alt; }
|
||||||
@ -214,7 +214,7 @@
|
|||||||
.icon-sort-down:before { content: @icon-sort-down; }
|
.icon-sort-down:before { content: @icon-sort-down; }
|
||||||
.icon-sort-up:before { content: @icon-sort-up; }
|
.icon-sort-up:before { content: @icon-sort-up; }
|
||||||
|
|
||||||
.icon-envelope-alt:before { content: @icon-envelope-alt; }
|
.icon-envelope:before { content: @icon-envelope; }
|
||||||
.icon-linkedin:before { content: @icon-linkedin; }
|
.icon-linkedin:before { content: @icon-linkedin; }
|
||||||
.icon-undo:before { content: @icon-undo; }
|
.icon-undo:before { content: @icon-undo; }
|
||||||
.icon-legal:before { content: @icon-legal; }
|
.icon-legal:before { content: @icon-legal; }
|
||||||
@ -236,7 +236,7 @@
|
|||||||
.icon-bell-alt:before { content: @icon-bell-alt; }
|
.icon-bell-alt:before { content: @icon-bell-alt; }
|
||||||
.icon-coffee:before { content: @icon-coffee; }
|
.icon-coffee:before { content: @icon-coffee; }
|
||||||
.icon-food:before { content: @icon-food; }
|
.icon-food:before { content: @icon-food; }
|
||||||
.icon-file-alt:before { content: @icon-file-alt; }
|
.icon-file-text-alt:before { content: @icon-file-text-alt; }
|
||||||
.icon-building:before { content: @icon-building; }
|
.icon-building:before { content: @icon-building; }
|
||||||
.icon-hospital:before { content: @icon-hospital; }
|
.icon-hospital:before { content: @icon-hospital; }
|
||||||
.icon-ambulance:before { content: @icon-ambulance; }
|
.icon-ambulance:before { content: @icon-ambulance; }
|
||||||
@ -337,6 +337,8 @@
|
|||||||
.icon-cny:before { content: @icon-cny; }
|
.icon-cny:before { content: @icon-cny; }
|
||||||
.icon-krw:before { content: @icon-krw; }
|
.icon-krw:before { content: @icon-krw; }
|
||||||
.icon-btc:before { content: @icon-btc; }
|
.icon-btc:before { content: @icon-btc; }
|
||||||
|
.icon-file:before { content: @icon-file; }
|
||||||
|
.icon-file-text:before { content: @icon-file-text; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
10
build/assets/font-awesome/less/variables.less
vendored
10
build/assets/font-awesome/less/variables.less
vendored
@ -14,7 +14,7 @@
|
|||||||
@icon-glass: "\f000";
|
@icon-glass: "\f000";
|
||||||
@icon-music: "\f001";
|
@icon-music: "\f001";
|
||||||
@icon-search: "\f002";
|
@icon-search: "\f002";
|
||||||
@icon-envelope: "\f003";
|
@icon-envelope-alt: "\f003";
|
||||||
@icon-heart: "\f004";
|
@icon-heart: "\f004";
|
||||||
@icon-star: "\f005";
|
@icon-star: "\f005";
|
||||||
@icon-star-empty: "\f006";
|
@icon-star-empty: "\f006";
|
||||||
@ -33,7 +33,7 @@
|
|||||||
@icon-cog: "\f013";
|
@icon-cog: "\f013";
|
||||||
@icon-trash: "\f014";
|
@icon-trash: "\f014";
|
||||||
@icon-home: "\f015";
|
@icon-home: "\f015";
|
||||||
@icon-file: "\f016";
|
@icon-file-alt: "\f016";
|
||||||
@icon-time: "\f017";
|
@icon-time: "\f017";
|
||||||
@icon-road: "\f018";
|
@icon-road: "\f018";
|
||||||
@icon-download-alt: "\f019";
|
@icon-download-alt: "\f019";
|
||||||
@ -223,7 +223,7 @@
|
|||||||
@icon-sort-down: "\f0dd";
|
@icon-sort-down: "\f0dd";
|
||||||
@icon-sort-up: "\f0de";
|
@icon-sort-up: "\f0de";
|
||||||
|
|
||||||
@icon-envelope-alt: "\f0e0";
|
@icon-envelope: "\f0e0";
|
||||||
@icon-linkedin: "\f0e1";
|
@icon-linkedin: "\f0e1";
|
||||||
@icon-undo: "\f0e2";
|
@icon-undo: "\f0e2";
|
||||||
@icon-legal: "\f0e3";
|
@icon-legal: "\f0e3";
|
||||||
@ -245,7 +245,7 @@
|
|||||||
@icon-bell-alt: "\f0f3";
|
@icon-bell-alt: "\f0f3";
|
||||||
@icon-coffee: "\f0f4";
|
@icon-coffee: "\f0f4";
|
||||||
@icon-food: "\f0f5";
|
@icon-food: "\f0f5";
|
||||||
@icon-file-alt: "\f0f6";
|
@icon-file-text-alt: "\f0f6";
|
||||||
@icon-building: "\f0f7";
|
@icon-building: "\f0f7";
|
||||||
@icon-hospital: "\f0f8";
|
@icon-hospital: "\f0f8";
|
||||||
@icon-ambulance: "\f0f9";
|
@icon-ambulance: "\f0f9";
|
||||||
@ -346,3 +346,5 @@
|
|||||||
@icon-cny: "\f158";
|
@icon-cny: "\f158";
|
||||||
@icon-krw: "\f159";
|
@icon-krw: "\f159";
|
||||||
@icon-btc: "\f15a";
|
@icon-btc: "\f15a";
|
||||||
|
@icon-file: "\f15b";
|
||||||
|
@icon-file-text: "\f15c";
|
||||||
|
@ -20,8 +20,8 @@ icons:
|
|||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
- name: Envelope
|
- name: Envelope Alt
|
||||||
id: envelope
|
id: envelope-alt
|
||||||
unicode: f003
|
unicode: f003
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
@ -149,8 +149,8 @@ icons:
|
|||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
- name: file
|
- name: file-alt
|
||||||
id: file
|
id: file-alt
|
||||||
unicode: f016
|
unicode: f016
|
||||||
created: 1.0.0
|
created: 1.0.0
|
||||||
categories:
|
categories:
|
||||||
@ -1409,8 +1409,8 @@ icons:
|
|||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
|
|
||||||
- name: envelope-alt
|
- name: Envelope
|
||||||
id: envelope-alt
|
id: envelope
|
||||||
unicode: f0e0
|
unicode: f0e0
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
categories:
|
categories:
|
||||||
@ -1560,8 +1560,8 @@ icons:
|
|||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
- name: file-alt
|
- name: file-text-alt
|
||||||
id: file-alt
|
id: file-text-alt
|
||||||
unicode: f0f6
|
unicode: f0f6
|
||||||
created: 3.0.0
|
created: 3.0.0
|
||||||
categories:
|
categories:
|
||||||
@ -2250,3 +2250,17 @@ icons:
|
|||||||
categories:
|
categories:
|
||||||
- Currency Icons
|
- Currency Icons
|
||||||
- Brand Icons
|
- Brand Icons
|
||||||
|
|
||||||
|
- name: File
|
||||||
|
id: file
|
||||||
|
unicode: f15b
|
||||||
|
created: 3.2.0
|
||||||
|
categories:
|
||||||
|
- Text Editor Icons
|
||||||
|
|
||||||
|
- name: File Text
|
||||||
|
id: file-text
|
||||||
|
unicode: f15c
|
||||||
|
created: 3.2.0
|
||||||
|
categories:
|
||||||
|
- Text Editor Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user