Sfoglia il codice sorgente

Rebuilds the CSS files

Julien Deswaef 5 anni fa
parent
commit
260245556b

+ 1 - 1
README.md

@@ -7,7 +7,7 @@
 [![CDNJS](https://img.shields.io/cdnjs/v/fork-awesome.svg?style=flat-square)](https://cdnjs.com/libraries/fork-awesome)
 [![Build Status](https://travis-ci.org/ForkAwesome/Fork-Awesome.svg?branch=master)](https://travis-ci.org/ForkAwesome/Fork-Awesome)
 
-Fork Awesome is a full suite of 749 pictographic icons for easy scalable vector graphics on websites, originally created by [Dave Gandy](https://twitter.com/davegandy) and now maintained by a community.
+Fork Awesome is a full suite of 757 pictographic icons for easy scalable vector graphics on websites, originally created by [Dave Gandy](https://twitter.com/davegandy) and now maintained by a community.
 
 Following concerns regarding [the development of Font Awesome](https://github.com/FortAwesome/Font-Awesome/issues/12199#issuecomment-362919956), the PR Freeze since Oct 2016 and the direction [Fort Awesome](https://fortawesome.com/) is taking with the version 5.0 of their project, we are forking Font Awesome (4.7), in order to build on this amazing tool Dave Gandy has given us, while at the same time allowing this project to be run by a distributed community of contributors.
 

+ 24 - 0
css/fork-awesome.css

@@ -2568,6 +2568,30 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
 .fa-bell-ringing-o:before {
   content: "\f330";
 }
+.fa-hal:before {
+  content: "\f333";
+}
+.fa-jupyter:before {
+  content: "\f335";
+}
+.fa-julia:before {
+  content: "\f334";
+}
+.fa-classicpress:before {
+  content: "\f331";
+}
+.fa-classicpress-circle:before {
+  content: "\f332";
+}
+.fa-open-collective:before {
+  content: "\f336";
+}
+.fa-orcid:before {
+  content: "\f337";
+}
+.fa-researchgate:before {
+  content: "\f338";
+}
 .sr-only {
   position: absolute;
   width: 1px;

File diff suppressed because it is too large
+ 0 - 0
css/fork-awesome.min.css


File diff suppressed because it is too large
+ 0 - 0
css/fork-awesome.min.css.map


+ 8 - 0
less/icons.less

@@ -882,3 +882,11 @@
 .@{fa-css-prefix}-volume-mute:before { content: @fa-var-volume-mute; }
 .@{fa-css-prefix}-bell-ringing:before { content: @fa-var-bell-ringing; }
 .@{fa-css-prefix}-bell-ringing-o:before { content: @fa-var-bell-ringing-o; }
+.@{fa-css-prefix}-hal:before { content: @fa-var-hal; }
+.@{fa-css-prefix}-jupyter:before { content: @fa-var-jupyter; }
+.@{fa-css-prefix}-julia:before { content: @fa-var-julia; }
+.@{fa-css-prefix}-classicpress:before { content: @fa-var-classicpress; }
+.@{fa-css-prefix}-classicpress-circle:before { content: @fa-var-classicpress-circle; }
+.@{fa-css-prefix}-open-collective:before { content: @fa-var-open-collective; }
+.@{fa-css-prefix}-orcid:before { content: @fa-var-orcid; }
+.@{fa-css-prefix}-researchgate:before { content: @fa-var-researchgate; }

+ 1 - 0
less/path.less

@@ -12,4 +12,5 @@
   // src: url('@{fa-font-path}/ForkAwesome.otf') format('opentype'); // used when developing fonts
   font-weight: normal;
   font-style: normal;
+  font-display: block;
 }

+ 8 - 0
less/variables.less

@@ -179,6 +179,8 @@
 @fa-var-circle-o: "\f10c";
 @fa-var-circle-o-notch: "\f1ce";
 @fa-var-circle-thin: "\f1db";
+@fa-var-classicpress: "\f331";
+@fa-var-classicpress-circle: "\f332";
 @fa-var-clipboard: "\f0ea";
 @fa-var-clock-o: "\f017";
 @fa-var-clone: "\f24d";
@@ -385,6 +387,7 @@
 @fa-var-hackaday: "\f30a";
 @fa-var-hacker-news: "\f1d4";
 @fa-var-hackster: "\f326";
+@fa-var-hal: "\f333";
 @fa-var-hand-grab-o: "\f255";
 @fa-var-hand-lizard-o: "\f258";
 @fa-var-hand-o-down: "\f0a7";
@@ -449,6 +452,8 @@
 @fa-var-joplin: "\f310";
 @fa-var-jpy: "\f157";
 @fa-var-jsfiddle: "\f1cc";
+@fa-var-julia: "\f334";
+@fa-var-jupyter: "\f335";
 @fa-var-key: "\f084";
 @fa-var-key-modern: "\f2f7";
 @fa-var-keybase: "\f2f4";
@@ -545,10 +550,12 @@
 @fa-var-object-ungroup: "\f248";
 @fa-var-odnoklassniki: "\f263";
 @fa-var-odnoklassniki-square: "\f264";
+@fa-var-open-collective: "\f336";
 @fa-var-opencart: "\f23d";
 @fa-var-openid: "\f19b";
 @fa-var-opera: "\f26a";
 @fa-var-optin-monster: "\f23c";
+@fa-var-orcid: "\f337";
 @fa-var-outdent: "\f03b";
 @fa-var-pagelines: "\f18c";
 @fa-var-paint-brush: "\f1fc";
@@ -621,6 +628,7 @@
 @fa-var-repeat: "\f01e";
 @fa-var-reply: "\f112";
 @fa-var-reply-all: "\f122";
+@fa-var-researchgate: "\f338";
 @fa-var-resistance: "\f1d0";
 @fa-var-retweet: "\f079";
 @fa-var-rmb: "\f157";

+ 8 - 0
scss/_icons.scss

@@ -882,3 +882,11 @@
 .#{$fa-css-prefix}-volume-mute:before { content: fa-content($fa-var-volume-mute); }
 .#{$fa-css-prefix}-bell-ringing:before { content: fa-content($fa-var-bell-ringing); }
 .#{$fa-css-prefix}-bell-ringing-o:before { content: fa-content($fa-var-bell-ringing-o); }
+.#{$fa-css-prefix}-hal:before { content: fa-content($fa-var-hal); }
+.#{$fa-css-prefix}-jupyter:before { content: fa-content($fa-var-jupyter); }
+.#{$fa-css-prefix}-julia:before { content: fa-content($fa-var-julia); }
+.#{$fa-css-prefix}-classicpress:before { content: fa-content($fa-var-classicpress); }
+.#{$fa-css-prefix}-classicpress-circle:before { content: fa-content($fa-var-classicpress-circle); }
+.#{$fa-css-prefix}-open-collective:before { content: fa-content($fa-var-open-collective); }
+.#{$fa-css-prefix}-orcid:before { content: fa-content($fa-var-orcid); }
+.#{$fa-css-prefix}-researchgate:before { content: fa-content($fa-var-researchgate); }

+ 1 - 0
scss/_path.scss

@@ -12,4 +12,5 @@
 //  src: url('#{$fa-font-path}/ForkAwesome.otf') format('opentype'); // used when developing fonts
   font-weight: normal;
   font-style: normal;
+  font-display: block;
 }

+ 8 - 0
scss/_variables.scss

@@ -179,6 +179,8 @@ $fa-var-circle: \f111;
 $fa-var-circle-o: \f10c;
 $fa-var-circle-o-notch: \f1ce;
 $fa-var-circle-thin: \f1db;
+$fa-var-classicpress: \f331;
+$fa-var-classicpress-circle: \f332;
 $fa-var-clipboard: \f0ea;
 $fa-var-clock-o: \f017;
 $fa-var-clone: \f24d;
@@ -385,6 +387,7 @@ $fa-var-h-square: \f0fd;
 $fa-var-hackaday: \f30a;
 $fa-var-hacker-news: \f1d4;
 $fa-var-hackster: \f326;
+$fa-var-hal: \f333;
 $fa-var-hand-grab-o: \f255;
 $fa-var-hand-lizard-o: \f258;
 $fa-var-hand-o-down: \f0a7;
@@ -449,6 +452,8 @@ $fa-var-joomla: \f1aa;
 $fa-var-joplin: \f310;
 $fa-var-jpy: \f157;
 $fa-var-jsfiddle: \f1cc;
+$fa-var-julia: \f334;
+$fa-var-jupyter: \f335;
 $fa-var-key: \f084;
 $fa-var-key-modern: \f2f7;
 $fa-var-keybase: \f2f4;
@@ -545,10 +550,12 @@ $fa-var-object-group: \f247;
 $fa-var-object-ungroup: \f248;
 $fa-var-odnoklassniki: \f263;
 $fa-var-odnoklassniki-square: \f264;
+$fa-var-open-collective: \f336;
 $fa-var-opencart: \f23d;
 $fa-var-openid: \f19b;
 $fa-var-opera: \f26a;
 $fa-var-optin-monster: \f23c;
+$fa-var-orcid: \f337;
 $fa-var-outdent: \f03b;
 $fa-var-pagelines: \f18c;
 $fa-var-paint-brush: \f1fc;
@@ -621,6 +628,7 @@ $fa-var-reorder: \f0c9;
 $fa-var-repeat: \f01e;
 $fa-var-reply: \f112;
 $fa-var-reply-all: \f122;
+$fa-var-researchgate: \f338;
 $fa-var-resistance: \f1d0;
 $fa-var-retweet: \f079;
 $fa-var-rmb: \f157;

Some files were not shown because too many files changed in this diff