diff --git a/gulpfile.js b/gulpfile.js
index b2ff840a..273043bc 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -12,6 +12,8 @@ const concat = require('gulp-concat');
const uglify = require('gulp-uglify');
+const uglifycss = require('gulp-uglifycss');
+
const replace = require('gulp-replace');
const htmlmin = require('gulp-htmlmin');
@@ -133,6 +135,9 @@ const build = {
return src(cssFiles)
.pipe(concat(filename.css))
.pipe(csso())
+ .pipe(uglifycss({
+ "uglyComments": true
+ }))
.pipe(dest(path.build + '/css'))
},
js: function() {
diff --git a/package-lock.json b/package-lock.json
index 1cf16629..de0e2928 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -73,6 +73,12 @@
"es6-promise": "^2.0.1"
}
},
+ "@fortawesome/fontawesome-free": {
+ "version": "5.13.0",
+ "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.13.0.tgz",
+ "integrity": "sha512-xKOeQEl5O47GPZYIMToj6uuA2syyFlq9EMSl2ui0uytjY9xbe8XS0pexNWmxrdcCyNGyDmLyYw5FtKsalBUeOg==",
+ "dev": true
+ },
"@sindresorhus/is": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz",
@@ -2821,7 +2827,8 @@
"dependencies": {
"acorn": {
"version": "5.7.3",
- "resolved": "",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz",
+ "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==",
"dev": true
},
"acorn-jsx": {
@@ -5084,6 +5091,32 @@
"vinyl-sourcemaps-apply": "^0.2.0"
}
},
+ "gulp-uglifycss": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/gulp-uglifycss/-/gulp-uglifycss-1.1.0.tgz",
+ "integrity": "sha512-O2VDBPdS16SO3BPSCsHDnsvdCx1B/WgH2qvJaUOD+r1d8v87UjeqEtfmqR2eJ171D0F4shw8/oW5ezA6pqVXEQ==",
+ "dev": true,
+ "requires": {
+ "plugin-error": "^1.0.1",
+ "through2": "^2.0.3",
+ "uglifycss": "^0.0.25",
+ "vinyl": "^2.1.0"
+ },
+ "dependencies": {
+ "plugin-error": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz",
+ "integrity": "sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==",
+ "dev": true,
+ "requires": {
+ "ansi-colors": "^1.0.1",
+ "arr-diff": "^4.0.0",
+ "arr-union": "^3.1.0",
+ "extend-shallow": "^3.0.2"
+ }
+ }
+ }
+ },
"gulp-watch": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/gulp-watch/-/gulp-watch-5.0.1.tgz",
@@ -10279,6 +10312,12 @@
}
}
},
+ "uglifycss": {
+ "version": "0.0.25",
+ "resolved": "https://registry.npmjs.org/uglifycss/-/uglifycss-0.0.25.tgz",
+ "integrity": "sha1-vqcr9JeerO8TowLPR7LRrz80QZc=",
+ "dev": true
+ },
"unc-path-regex": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
diff --git a/package.json b/package.json
index 5a981c1d..8585f842 100644
--- a/package.json
+++ b/package.json
@@ -38,6 +38,7 @@
},
"homepage": "https://github.com/zombieFox/nightTab#readme",
"devDependencies": {
+ "@fortawesome/fontawesome-free": "^5.13.0",
"gh-pages": "^2.1.1",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
@@ -48,6 +49,7 @@
"gulp-htmlmin": "^5.0.1",
"gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.2",
+ "gulp-uglifycss": "^1.1.0",
"gulp-watch": "^5.0.1",
"html5sortable": "^0.9.16",
"moment": "^2.24.0",
diff --git a/src/css/fontawesome.css b/src/css/fontawesome.css
index 35064ec8..13f406bc 100644
--- a/src/css/fontawesome.css
+++ b/src/css/fontawesome.css
@@ -1,11 +1,12 @@
/*!
- * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa,
.fas,
.far,
.fal,
+.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
@@ -440,9 +441,18 @@ readers do not read off random characters that represent icons */
.fa-bacon:before {
content: "\f7e5"; }
+.fa-bahai:before {
+ content: "\f666"; }
+
.fa-balance-scale:before {
content: "\f24e"; }
+.fa-balance-scale-left:before {
+ content: "\f515"; }
+
+.fa-balance-scale-right:before {
+ content: "\f516"; }
+
.fa-ban:before {
content: "\f05e"; }
@@ -512,6 +522,9 @@ readers do not read off random characters that represent icons */
.fa-bicycle:before {
content: "\f206"; }
+.fa-biking:before {
+ content: "\f84a"; }
+
.fa-bimobject:before {
content: "\f378"; }
@@ -599,6 +612,15 @@ readers do not read off random characters that represent icons */
.fa-bootstrap:before {
content: "\f836"; }
+.fa-border-all:before {
+ content: "\f84c"; }
+
+.fa-border-none:before {
+ content: "\f850"; }
+
+.fa-border-style:before {
+ content: "\f853"; }
+
.fa-bowling-ball:before {
content: "\f436"; }
@@ -608,6 +630,9 @@ readers do not read off random characters that represent icons */
.fa-box-open:before {
content: "\f49e"; }
+.fa-box-tissue:before {
+ content: "\f95b"; }
+
.fa-boxes:before {
content: "\f468"; }
@@ -668,6 +693,9 @@ readers do not read off random characters that represent icons */
.fa-business-time:before {
content: "\f64a"; }
+.fa-buy-n-large:before {
+ content: "\f8a6"; }
+
.fa-buysellads:before {
content: "\f20d"; }
@@ -734,6 +762,9 @@ readers do not read off random characters that represent icons */
.fa-car-side:before {
content: "\f5e4"; }
+.fa-caravan:before {
+ content: "\f8ff"; }
+
.fa-caret-down:before {
content: "\f0d7"; }
@@ -1043,6 +1074,9 @@ readers do not read off random characters that represent icons */
.fa-compress:before {
content: "\f066"; }
+.fa-compress-alt:before {
+ content: "\f422"; }
+
.fa-compress-arrows-alt:before {
content: "\f78c"; }
@@ -1070,6 +1104,9 @@ readers do not read off random characters that represent icons */
.fa-copyright:before {
content: "\f1f9"; }
+.fa-cotton-bureau:before {
+ content: "\f89e"; }
+
.fa-couch:before {
content: "\f4b8"; }
@@ -1169,6 +1206,9 @@ readers do not read off random characters that represent icons */
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
+.fa-dailymotion:before {
+ content: "\f952"; }
+
.fa-dashcube:before {
content: "\f210"; }
@@ -1256,6 +1296,9 @@ readers do not read off random characters that represent icons */
.fa-discourse:before {
content: "\f393"; }
+.fa-disease:before {
+ content: "\f7fa"; }
+
.fa-divide:before {
content: "\f529"; }
@@ -1439,6 +1482,9 @@ readers do not read off random characters that represent icons */
.fa-expand:before {
content: "\f065"; }
+.fa-expand-alt:before {
+ content: "\f424"; }
+
.fa-expand-arrows-alt:before {
content: "\f31e"; }
@@ -1472,6 +1518,9 @@ readers do not read off random characters that represent icons */
.fa-facebook-square:before {
content: "\f082"; }
+.fa-fan:before {
+ content: "\f863"; }
+
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
@@ -1481,6 +1530,9 @@ readers do not read off random characters that represent icons */
.fa-fast-forward:before {
content: "\f050"; }
+.fa-faucet:before {
+ content: "\f905"; }
+
.fa-fax:before {
content: "\f1ac"; }
@@ -1601,6 +1653,9 @@ readers do not read off random characters that represent icons */
.fa-firefox:before {
content: "\f269"; }
+.fa-firefox-browser:before {
+ content: "\f907"; }
+
.fa-first-aid:before {
content: "\f479"; }
@@ -1760,6 +1815,9 @@ readers do not read off random characters that represent icons */
.fa-git:before {
content: "\f1d3"; }
+.fa-git-alt:before {
+ content: "\f841"; }
+
.fa-git-square:before {
content: "\f1d2"; }
@@ -1961,9 +2019,15 @@ readers do not read off random characters that represent icons */
.fa-hand-holding-heart:before {
content: "\f4be"; }
+.fa-hand-holding-medical:before {
+ content: "\f95c"; }
+
.fa-hand-holding-usd:before {
content: "\f4c0"; }
+.fa-hand-holding-water:before {
+ content: "\f4c1"; }
+
.fa-hand-lizard:before {
content: "\f258"; }
@@ -1997,6 +2061,9 @@ readers do not read off random characters that represent icons */
.fa-hand-scissors:before {
content: "\f257"; }
+.fa-hand-sparkles:before {
+ content: "\f95d"; }
+
.fa-hand-spock:before {
content: "\f259"; }
@@ -2006,9 +2073,18 @@ readers do not read off random characters that represent icons */
.fa-hands-helping:before {
content: "\f4c4"; }
+.fa-hands-wash:before {
+ content: "\f95e"; }
+
.fa-handshake:before {
content: "\f2b5"; }
+.fa-handshake-alt-slash:before {
+ content: "\f95f"; }
+
+.fa-handshake-slash:before {
+ content: "\f960"; }
+
.fa-hanukiah:before {
content: "\f6e6"; }
@@ -2018,15 +2094,30 @@ readers do not read off random characters that represent icons */
.fa-hashtag:before {
content: "\f292"; }
+.fa-hat-cowboy:before {
+ content: "\f8c0"; }
+
+.fa-hat-cowboy-side:before {
+ content: "\f8c1"; }
+
.fa-hat-wizard:before {
content: "\f6e8"; }
-.fa-haykal:before {
- content: "\f666"; }
-
.fa-hdd:before {
content: "\f0a0"; }
+.fa-head-side-cough:before {
+ content: "\f961"; }
+
+.fa-head-side-cough-slash:before {
+ content: "\f962"; }
+
+.fa-head-side-mask:before {
+ content: "\f963"; }
+
+.fa-head-side-virus:before {
+ content: "\f964"; }
+
.fa-heading:before {
content: "\f1dc"; }
@@ -2099,6 +2190,9 @@ readers do not read off random characters that represent icons */
.fa-hospital-symbol:before {
content: "\f47e"; }
+.fa-hospital-user:before {
+ content: "\f80d"; }
+
.fa-hot-tub:before {
content: "\f593"; }
@@ -2126,6 +2220,9 @@ readers do not read off random characters that represent icons */
.fa-house-damage:before {
content: "\f6f1"; }
+.fa-house-user:before {
+ content: "\f965"; }
+
.fa-houzz:before {
content: "\f27c"; }
@@ -2147,6 +2244,9 @@ readers do not read off random characters that represent icons */
.fa-icicles:before {
content: "\f7ad"; }
+.fa-icons:before {
+ content: "\f86d"; }
+
.fa-id-badge:before {
content: "\f2c1"; }
@@ -2156,6 +2256,9 @@ readers do not read off random characters that represent icons */
.fa-id-card-alt:before {
content: "\f47f"; }
+.fa-ideal:before {
+ content: "\f913"; }
+
.fa-igloo:before {
content: "\f7ae"; }
@@ -2189,6 +2292,9 @@ readers do not read off random characters that represent icons */
.fa-instagram:before {
content: "\f16d"; }
+.fa-instagram-square:before {
+ content: "\f955"; }
+
.fa-intercom:before {
content: "\f7af"; }
@@ -2303,6 +2409,9 @@ readers do not read off random characters that represent icons */
.fa-laptop-code:before {
content: "\f5fc"; }
+.fa-laptop-house:before {
+ content: "\f966"; }
+
.fa-laptop-medical:before {
content: "\f812"; }
@@ -2420,6 +2529,12 @@ readers do not read off random characters that represent icons */
.fa-luggage-cart:before {
content: "\f59d"; }
+.fa-lungs:before {
+ content: "\f604"; }
+
+.fa-lungs-virus:before {
+ content: "\f967"; }
+
.fa-lyft:before {
content: "\f3c3"; }
@@ -2495,6 +2610,9 @@ readers do not read off random characters that represent icons */
.fa-maxcdn:before {
content: "\f136"; }
+.fa-mdb:before {
+ content: "\f8ca"; }
+
.fa-medal:before {
content: "\f5a2"; }
@@ -2543,6 +2661,9 @@ readers do not read off random characters that represent icons */
.fa-meteor:before {
content: "\f753"; }
+.fa-microblog:before {
+ content: "\f91a"; }
+
.fa-microchip:before {
content: "\f2db"; }
@@ -2582,6 +2703,9 @@ readers do not read off random characters that represent icons */
.fa-mixcloud:before {
content: "\f289"; }
+.fa-mixer:before {
+ content: "\f956"; }
+
.fa-mizuni:before {
content: "\f3cc"; }
@@ -2633,6 +2757,9 @@ readers do not read off random characters that represent icons */
.fa-mountain:before {
content: "\f6fc"; }
+.fa-mouse:before {
+ content: "\f8cc"; }
+
.fa-mouse-pointer:before {
content: "\f245"; }
@@ -2660,9 +2787,6 @@ readers do not read off random characters that represent icons */
.fa-nimblr:before {
content: "\f5a8"; }
-.fa-nintendo-switch:before {
- content: "\f418"; }
-
.fa-node:before {
content: "\f419"; }
@@ -2717,6 +2841,9 @@ readers do not read off random characters that represent icons */
.fa-optin-monster:before {
content: "\f23c"; }
+.fa-orcid:before {
+ content: "\f8d2"; }
+
.fa-osi:before {
content: "\f41a"; }
@@ -2816,6 +2943,9 @@ readers do not read off random characters that represent icons */
.fa-penny-arcade:before {
content: "\f704"; }
+.fa-people-arrows:before {
+ content: "\f968"; }
+
.fa-people-carry:before {
content: "\f4ce"; }
@@ -2846,15 +2976,24 @@ readers do not read off random characters that represent icons */
.fa-phone:before {
content: "\f095"; }
+.fa-phone-alt:before {
+ content: "\f879"; }
+
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
+.fa-phone-square-alt:before {
+ content: "\f87b"; }
+
.fa-phone-volume:before {
content: "\f2a0"; }
+.fa-photo-video:before {
+ content: "\f87c"; }
+
.fa-php:before {
content: "\f457"; }
@@ -2870,6 +3009,9 @@ readers do not read off random characters that represent icons */
.fa-pied-piper-pp:before {
content: "\f1a7"; }
+.fa-pied-piper-square:before {
+ content: "\f91e"; }
+
.fa-piggy-bank:before {
content: "\f4d3"; }
@@ -2900,6 +3042,9 @@ readers do not read off random characters that represent icons */
.fa-plane-departure:before {
content: "\f5b0"; }
+.fa-plane-slash:before {
+ content: "\f969"; }
+
.fa-play:before {
content: "\f04b"; }
@@ -2975,6 +3120,12 @@ readers do not read off random characters that represent icons */
.fa-project-diagram:before {
content: "\f542"; }
+.fa-pump-medical:before {
+ content: "\f96a"; }
+
+.fa-pump-soap:before {
+ content: "\f96b"; }
+
.fa-pushed:before {
content: "\f3e1"; }
@@ -3050,6 +3201,9 @@ readers do not read off random characters that represent icons */
.fa-receipt:before {
content: "\f543"; }
+.fa-record-vinyl:before {
+ content: "\f8d9"; }
+
.fa-recycle:before {
content: "\f1b8"; }
@@ -3077,6 +3231,9 @@ readers do not read off random characters that represent icons */
.fa-registered:before {
content: "\f25d"; }
+.fa-remove-format:before {
+ content: "\f87d"; }
+
.fa-renren:before {
content: "\f18b"; }
@@ -3254,6 +3411,9 @@ readers do not read off random characters that represent icons */
.fa-shield-alt:before {
content: "\f3ed"; }
+.fa-shield-virus:before {
+ content: "\f96c"; }
+
.fa-ship:before {
content: "\f21a"; }
@@ -3266,6 +3426,9 @@ readers do not read off random characters that represent icons */
.fa-shoe-prints:before {
content: "\f54b"; }
+.fa-shopify:before {
+ content: "\f957"; }
+
.fa-shopping-bag:before {
content: "\f290"; }
@@ -3401,6 +3564,9 @@ readers do not read off random characters that represent icons */
.fa-snowplow:before {
content: "\f7d2"; }
+.fa-soap:before {
+ content: "\f96e"; }
+
.fa-socks:before {
content: "\f696"; }
@@ -3413,24 +3579,42 @@ readers do not read off random characters that represent icons */
.fa-sort-alpha-down:before {
content: "\f15d"; }
+.fa-sort-alpha-down-alt:before {
+ content: "\f881"; }
+
.fa-sort-alpha-up:before {
content: "\f15e"; }
+.fa-sort-alpha-up-alt:before {
+ content: "\f882"; }
+
.fa-sort-amount-down:before {
content: "\f160"; }
+.fa-sort-amount-down-alt:before {
+ content: "\f884"; }
+
.fa-sort-amount-up:before {
content: "\f161"; }
+.fa-sort-amount-up-alt:before {
+ content: "\f885"; }
+
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
+.fa-sort-numeric-down-alt:before {
+ content: "\f886"; }
+
.fa-sort-numeric-up:before {
content: "\f163"; }
+.fa-sort-numeric-up-alt:before {
+ content: "\f887"; }
+
.fa-sort-up:before {
content: "\f0de"; }
@@ -3452,6 +3636,9 @@ readers do not read off random characters that represent icons */
.fa-speaker-deck:before {
content: "\f83c"; }
+.fa-spell-check:before {
+ content: "\f891"; }
+
.fa-spider:before {
content: "\f717"; }
@@ -3485,6 +3672,9 @@ readers do not read off random characters that represent icons */
.fa-stack-overflow:before {
content: "\f16c"; }
+.fa-stackpath:before {
+ content: "\f842"; }
+
.fa-stamp:before {
content: "\f5bf"; }
@@ -3542,12 +3732,21 @@ readers do not read off random characters that represent icons */
.fa-stopwatch:before {
content: "\f2f2"; }
+.fa-stopwatch-20:before {
+ content: "\f96f"; }
+
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
+.fa-store-alt-slash:before {
+ content: "\f970"; }
+
+.fa-store-slash:before {
+ content: "\f971"; }
+
.fa-strava:before {
content: "\f428"; }
@@ -3611,6 +3810,9 @@ readers do not read off random characters that represent icons */
.fa-swatchbook:before {
content: "\f5c3"; }
+.fa-swift:before {
+ content: "\f8e1"; }
+
.fa-swimmer:before {
content: "\f5c4"; }
@@ -3782,6 +3984,9 @@ readers do not read off random characters that represent icons */
.fa-toilet-paper:before {
content: "\f71e"; }
+.fa-toilet-paper-slash:before {
+ content: "\f972"; }
+
.fa-toolbox:before {
content: "\f552"; }
@@ -3809,6 +4014,9 @@ readers do not read off random characters that represent icons */
.fa-traffic-light:before {
content: "\f637"; }
+.fa-trailer:before {
+ content: "\f941"; }
+
.fa-train:before {
content: "\f238"; }
@@ -3896,6 +4104,9 @@ readers do not read off random characters that represent icons */
.fa-uikit:before {
content: "\f403"; }
+.fa-umbraco:before {
+ content: "\f8e8"; }
+
.fa-umbrella:before {
content: "\f0e9"; }
@@ -3914,6 +4125,9 @@ readers do not read off random characters that represent icons */
.fa-uniregistry:before {
content: "\f404"; }
+.fa-unity:before {
+ content: "\f949"; }
+
.fa-universal-access:before {
content: "\f29a"; }
@@ -4085,12 +4299,24 @@ readers do not read off random characters that represent icons */
.fa-vine:before {
content: "\f1ca"; }
+.fa-virus:before {
+ content: "\f974"; }
+
+.fa-virus-slash:before {
+ content: "\f975"; }
+
+.fa-viruses:before {
+ content: "\f976"; }
+
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
+.fa-voicemail:before {
+ content: "\f897"; }
+
.fa-volleyball-ball:before {
content: "\f45f"; }
@@ -4297,18 +4523,19 @@ readers do not read off random characters that represent icons */
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
- font-weight: normal;
- font-display: auto;
+ font-weight: 400;
+ font-display: block;
src: url("../fonts/fa/fa-brands-400.eot");
src: url("../fonts/fa/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa/fa-brands-400.woff2") format("woff2"), url("../fonts/fa/fa-brands-400.woff") format("woff"), url("../fonts/fa/fa-brands-400.ttf") format("truetype"), url("../fonts/fa/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
- font-family: 'Font Awesome 5 Brands'; }
+ font-family: 'Font Awesome 5 Brands';
+ font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
- font-display: auto;
+ font-display: block;
src: url("../fonts/fa/fa-regular-400.eot");
src: url("../fonts/fa/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa/fa-regular-400.woff2") format("woff2"), url("../fonts/fa/fa-regular-400.woff") format("woff"), url("../fonts/fa/fa-regular-400.ttf") format("truetype"), url("../fonts/fa/fa-regular-400.svg#fontawesome") format("svg"); }
@@ -4319,7 +4546,7 @@ readers do not read off random characters that represent icons */
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
- font-display: auto;
+ font-display: block;
src: url("../fonts/fa/fa-solid-900.eot");
src: url("../fonts/fa/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa/fa-solid-900.woff2") format("woff2"), url("../fonts/fa/fa-solid-900.woff") format("woff"), url("../fonts/fa/fa-solid-900.ttf") format("truetype"), url("../fonts/fa/fa-solid-900.svg#fontawesome") format("svg"); }
diff --git a/src/css/link.css b/src/css/link.css
index a3d55ff9..04601299 100755
--- a/src/css/link.css
+++ b/src/css/link.css
@@ -640,8 +640,6 @@
}
.link-display-icon {
- font-weight: 400;
- font-style: normal;
color: rgb(var(--theme-accent));
transition: color var(--layout-timing-extra-fast);
}
diff --git a/src/fonts/fa/fa-brands-400.eot b/src/fonts/fa/fa-brands-400.eot
index 02a5ecb9..a1bc094a 100644
Binary files a/src/fonts/fa/fa-brands-400.eot and b/src/fonts/fa/fa-brands-400.eot differ
diff --git a/src/fonts/fa/fa-brands-400.svg b/src/fonts/fa/fa-brands-400.svg
index 1b168ee9..46ad237a 100644
--- a/src/fonts/fa/fa-brands-400.svg
+++ b/src/fonts/fa/fa-brands-400.svg
@@ -1,12 +1,12 @@
diff --git a/src/fonts/fa/fa-brands-400.ttf b/src/fonts/fa/fa-brands-400.ttf
index 3926cb17..948a2a6c 100644
Binary files a/src/fonts/fa/fa-brands-400.ttf and b/src/fonts/fa/fa-brands-400.ttf differ
diff --git a/src/fonts/fa/fa-brands-400.woff b/src/fonts/fa/fa-brands-400.woff
index 7bcc97ea..2a89d521 100644
Binary files a/src/fonts/fa/fa-brands-400.woff and b/src/fonts/fa/fa-brands-400.woff differ
diff --git a/src/fonts/fa/fa-brands-400.woff2 b/src/fonts/fa/fa-brands-400.woff2
index 2abc94a5..141a90a9 100644
Binary files a/src/fonts/fa/fa-brands-400.woff2 and b/src/fonts/fa/fa-brands-400.woff2 differ
diff --git a/src/fonts/fa/fa-regular-400.eot b/src/fonts/fa/fa-regular-400.eot
index 7b7a1d70..38cf2517 100644
Binary files a/src/fonts/fa/fa-regular-400.eot and b/src/fonts/fa/fa-regular-400.eot differ
diff --git a/src/fonts/fa/fa-regular-400.svg b/src/fonts/fa/fa-regular-400.svg
index 80cf2b29..48634a9a 100644
--- a/src/fonts/fa/fa-regular-400.svg
+++ b/src/fonts/fa/fa-regular-400.svg
@@ -1,12 +1,12 @@