2
0
Эх сурвалжийг харах

renaming of file icons to file, file-text, file-alt, file-text-alt

davegandy 12 жил өмнө
parent
commit
af81789c09

+ 1 - 1
build/_includes/jumbotron-slider.html

@@ -32,7 +32,7 @@
             <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-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-book"></i></div></div>
             <div class="item"><div><i class="icon-coffee"></i></div></div>

+ 1 - 1
build/_includes/navbar.html

@@ -52,7 +52,7 @@
         <li{% if page.navbar_active == "license" %} class="active"{% endif %}><a href="{{ page.relative_path }}license/">License</a></li>
       </ul>
       <ul class="nav pull-right">
-        <li><a href="mailto:{{ site.font_awesome.author.email }}"><i class="icon-envelope"></i>&nbsp; Me</a></li>
+        <li><a href="mailto:{{ site.font_awesome.author.email }}"><i class="icon-envelope-alt"></i>&nbsp; Me</a></li>
       </ul>
     </div>
   </div>

+ 10 - 4
build/assets/font-awesome/css/font-awesome.css

@@ -362,7 +362,7 @@ ul.icons-ul > li .icon-li {
 .icon-search:before {
   content: "\f002";
 }
-.icon-envelope:before {
+.icon-envelope-alt:before {
   content: "\f003";
 }
 .icon-heart:before {
@@ -416,7 +416,7 @@ ul.icons-ul > li .icon-li {
 .icon-home:before {
   content: "\f015";
 }
-.icon-file:before {
+.icon-file-alt:before {
   content: "\f016";
 }
 .icon-time:before {
@@ -948,7 +948,7 @@ ul.icons-ul > li .icon-li {
 .icon-sort-up:before {
   content: "\f0de";
 }
-.icon-envelope-alt:before {
+.icon-envelope:before {
   content: "\f0e0";
 }
 .icon-linkedin:before {
@@ -1011,7 +1011,7 @@ ul.icons-ul > li .icon-li {
 .icon-food:before {
   content: "\f0f5";
 }
-.icon-file-alt:before {
+.icon-file-text-alt:before {
   content: "\f0f6";
 }
 .icon-building:before {
@@ -1296,6 +1296,12 @@ ul.icons-ul > li .icon-li {
 .icon-btc:before {
   content: "\f15a";
 }
+.icon-file:before {
+  content: "\f15b";
+}
+.icon-file-text:before {
+  content: "\f15c";
+}
 .icon-power-off:before {
   content: "\f011";
 }

BIN
build/assets/font-awesome/font/FontAwesome.otf


+ 6 - 4
build/assets/font-awesome/less/icons.less

@@ -3,7 +3,7 @@
 .icon-glass:before                { content: @icon-glass; }
 .icon-music:before                { content: @icon-music; }
 .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-star:before                 { content: @icon-star; }
 .icon-star-empty:before           { content: @icon-star-empty; }
@@ -22,7 +22,7 @@
 .icon-cog:before                  { content: @icon-cog; }
 .icon-trash:before                { content: @icon-trash; }
 .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-road:before                 { content: @icon-road; }
 .icon-download-alt:before         { content: @icon-download-alt; }
@@ -214,7 +214,7 @@
 .icon-sort-down:before            { content: @icon-sort-down; }
 .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-undo:before                 { content: @icon-undo; }
 .icon-legal:before                { content: @icon-legal; }
@@ -236,7 +236,7 @@
 .icon-bell-alt:before             { content: @icon-bell-alt; }
 .icon-coffee:before               { content: @icon-coffee; }
 .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-hospital:before             { content: @icon-hospital; }
 .icon-ambulance:before            { content: @icon-ambulance; }
@@ -337,6 +337,8 @@
 .icon-cny:before                  { content: @icon-cny; }
 .icon-krw:before                  { content: @icon-krw; }
 .icon-btc:before                  { content: @icon-btc; }
+.icon-file:before                 { content: @icon-file; }
+.icon-file-text:before            { content: @icon-file-text; }
 
 
 

+ 6 - 4
build/assets/font-awesome/less/variables.less

@@ -14,7 +14,7 @@
 @icon-glass: "\f000";
 @icon-music: "\f001";
 @icon-search: "\f002";
-@icon-envelope: "\f003";
+@icon-envelope-alt: "\f003";
 @icon-heart: "\f004";
 @icon-star: "\f005";
 @icon-star-empty: "\f006";
@@ -33,7 +33,7 @@
 @icon-cog: "\f013";
 @icon-trash: "\f014";
 @icon-home: "\f015";
-@icon-file: "\f016";
+@icon-file-alt: "\f016";
 @icon-time: "\f017";
 @icon-road: "\f018";
 @icon-download-alt: "\f019";
@@ -223,7 +223,7 @@
 @icon-sort-down: "\f0dd";
 @icon-sort-up: "\f0de";
 
-@icon-envelope-alt: "\f0e0";
+@icon-envelope: "\f0e0";
 @icon-linkedin: "\f0e1";
 @icon-undo: "\f0e2";
 @icon-legal: "\f0e3";
@@ -245,7 +245,7 @@
 @icon-bell-alt: "\f0f3";
 @icon-coffee: "\f0f4";
 @icon-food: "\f0f5";
-@icon-file-alt: "\f0f6";
+@icon-file-text-alt: "\f0f6";
 @icon-building: "\f0f7";
 @icon-hospital: "\f0f8";
 @icon-ambulance: "\f0f9";
@@ -346,3 +346,5 @@
 @icon-cny: "\f158";
 @icon-krw: "\f159";
 @icon-btc: "\f15a";
+@icon-file: "\f15b";
+@icon-file-text: "\f15c";

+ 22 - 8
build/icons.yml

@@ -20,8 +20,8 @@ icons:
     categories:
       - Web Application Icons
 
-  - name:       Envelope
-    id:         envelope
+  - name:       Envelope Alt
+    id:         envelope-alt
     unicode:    f003
     created:    1.0.0
     categories:
@@ -149,8 +149,8 @@ icons:
     categories:
       - Web Application Icons
 
-  - name:       file
-    id:         file
+  - name:       file-alt
+    id:         file-alt
     unicode:    f016
     created:    1.0.0
     categories:
@@ -1409,8 +1409,8 @@ icons:
       - Web Application Icons
 
 
-  - name:       envelope-alt
-    id:         envelope-alt
+  - name:       Envelope
+    id:         envelope
     unicode:    f0e0
     created:    2.0.0
     categories:
@@ -1560,8 +1560,8 @@ icons:
     categories:
       - Web Application Icons
 
-  - name:       file-alt
-    id:         file-alt
+  - name:       file-text-alt
+    id:         file-text-alt
     unicode:    f0f6
     created:    3.0.0
     categories:
@@ -2250,3 +2250,17 @@ icons:
     categories:
       - Currency 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