diff --git a/css/all.css b/css/all.css index 1be893a9b..16ce61f6f 100644 --- a/css/all.css +++ b/css/all.css @@ -4391,7 +4391,7 @@ 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-weight: normal !important; font-display: auto; src: url("../webfonts/fa-brands-400.eot"); src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); } @@ -4401,18 +4401,18 @@ readers do not read off random characters that represent icons */ @font-face { font-family: 'Font Awesome 5 Free'; font-style: normal; - font-weight: 400; + font-weight: 400 !important; font-display: auto; src: url("../webfonts/fa-regular-400.eot"); src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); } .far { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } @font-face { font-family: 'Font Awesome 5 Free'; font-style: normal; - font-weight: 900; + font-weight: 900 !important; font-display: auto; src: url("../webfonts/fa-solid-900.eot"); src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); } @@ -4420,4 +4420,4 @@ readers do not read off random characters that represent icons */ .fa, .fas { font-family: 'Font Awesome 5 Free'; - font-weight: 900; } + font-weight: 900 !important; } diff --git a/css/brands.css b/css/brands.css index 4c380c62c..5c698506e 100644 --- a/css/brands.css +++ b/css/brands.css @@ -5,7 +5,7 @@ @font-face { font-family: 'Font Awesome 5 Brands'; font-style: normal; - font-weight: normal; + font-weight: normal !important; font-display: auto; src: url("../webfonts/fa-brands-400.eot"); src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); } diff --git a/css/regular.css b/css/regular.css index 9cc0c43da..98c50e8fd 100644 --- a/css/regular.css +++ b/css/regular.css @@ -5,11 +5,11 @@ @font-face { font-family: 'Font Awesome 5 Free'; font-style: normal; - font-weight: 400; + font-weight: 400 !important; font-display: auto; src: url("../webfonts/fa-regular-400.eot"); src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); } .far { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } diff --git a/css/solid.css b/css/solid.css index 26e984d62..10a4e2426 100644 --- a/css/solid.css +++ b/css/solid.css @@ -5,7 +5,7 @@ @font-face { font-family: 'Font Awesome 5 Free'; font-style: normal; - font-weight: 900; + font-weight: 900 !important; font-display: auto; src: url("../webfonts/fa-solid-900.eot"); src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); } @@ -13,4 +13,4 @@ .fa, .fas { font-family: 'Font Awesome 5 Free'; - font-weight: 900; } + font-weight: 900 !important; } diff --git a/css/v4-shims.css b/css/v4-shims.css index 03973a9e3..8c7d81859 100644 --- a/css/v4-shims.css +++ b/css/v4-shims.css @@ -7,11 +7,11 @@ .fa.fa-meetup { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-star-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-star-o:before { content: "\f005"; } @@ -27,42 +27,42 @@ .fa.fa-trash-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-trash-o:before { content: "\f2ed"; } .fa.fa-file-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-o:before { content: "\f15b"; } .fa.fa-clock-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-clock-o:before { content: "\f017"; } .fa.fa-arrow-circle-o-down { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-arrow-circle-o-down:before { content: "\f358"; } .fa.fa-arrow-circle-o-up { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-arrow-circle-o-up:before { content: "\f35b"; } .fa.fa-play-circle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-play-circle-o:before { content: "\f144"; } @@ -78,7 +78,7 @@ .fa.fa-list-alt { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-dedent:before { content: "\f03b"; } @@ -88,21 +88,21 @@ .fa.fa-picture-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-picture-o:before { content: "\f03e"; } .fa.fa-photo { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-photo:before { content: "\f03e"; } .fa.fa-image { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-image:before { content: "\f03e"; } @@ -115,21 +115,21 @@ .fa.fa-pencil-square-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-pencil-square-o:before { content: "\f044"; } .fa.fa-share-square-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-share-square-o:before { content: "\f14d"; } .fa.fa-check-square-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-check-square-o:before { content: "\f14a"; } @@ -139,14 +139,14 @@ .fa.fa-times-circle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-times-circle-o:before { content: "\f057"; } .fa.fa-check-circle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-check-circle-o:before { content: "\f058"; } @@ -156,11 +156,11 @@ .fa.fa-eye { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-eye-slash { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-warning:before { content: "\f071"; } @@ -176,46 +176,46 @@ .fa.fa-bar-chart { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bar-chart:before { content: "\f080"; } .fa.fa-bar-chart-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bar-chart-o:before { content: "\f080"; } .fa.fa-twitter-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-facebook-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-gears:before { content: "\f085"; } .fa.fa-thumbs-o-up { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-thumbs-o-up:before { content: "\f164"; } .fa.fa-thumbs-o-down { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-thumbs-o-down:before { content: "\f165"; } .fa.fa-heart-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-heart-o:before { content: "\f004"; } @@ -225,7 +225,7 @@ .fa.fa-linkedin-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-linkedin-square:before { content: "\f08c"; } @@ -241,89 +241,89 @@ .fa.fa-github-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-lemon-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-lemon-o:before { content: "\f094"; } .fa.fa-square-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-square-o:before { content: "\f0c8"; } .fa.fa-bookmark-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bookmark-o:before { content: "\f02e"; } .fa.fa-twitter { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-facebook { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-facebook:before { content: "\f39e"; } .fa.fa-facebook-f { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-facebook-f:before { content: "\f39e"; } .fa.fa-github { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-credit-card { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-feed:before { content: "\f09e"; } .fa.fa-hdd-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hdd-o:before { content: "\f0a0"; } .fa.fa-hand-o-right { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-o-right:before { content: "\f0a4"; } .fa.fa-hand-o-left { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-o-left:before { content: "\f0a5"; } .fa.fa-hand-o-up { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-o-up:before { content: "\f0a6"; } .fa.fa-hand-o-down { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-o-down:before { content: "\f0a7"; } @@ -342,14 +342,14 @@ .fa.fa-files-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-files-o:before { content: "\f0c5"; } .fa.fa-floppy-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-floppy-o:before { content: "\f0c7"; } @@ -362,26 +362,26 @@ .fa.fa-pinterest { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-pinterest-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-google-plus-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-google-plus { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-google-plus:before { content: "\f0d5"; } .fa.fa-money { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-money:before { content: "\f3d1"; } @@ -397,7 +397,7 @@ .fa.fa-linkedin { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-linkedin:before { content: "\f0e1"; } @@ -416,14 +416,14 @@ .fa.fa-comment-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-comment-o:before { content: "\f075"; } .fa.fa-comments-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-comments-o:before { content: "\f086"; } @@ -433,18 +433,18 @@ .fa.fa-clipboard { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-paste { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-paste:before { content: "\f328"; } .fa.fa-lightbulb-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-lightbulb-o:before { content: "\f0eb"; } @@ -460,7 +460,7 @@ .fa.fa-bell-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bell-o:before { content: "\f0f3"; } @@ -470,21 +470,21 @@ .fa.fa-file-text-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-text-o:before { content: "\f15c"; } .fa.fa-building-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-building-o:before { content: "\f1ad"; } .fa.fa-hospital-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hospital-o:before { content: "\f0f8"; } @@ -500,7 +500,7 @@ .fa.fa-circle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-circle-o:before { content: "\f111"; } @@ -510,53 +510,53 @@ .fa.fa-github-alt { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-folder-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-folder-o:before { content: "\f07b"; } .fa.fa-folder-open-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-folder-open-o:before { content: "\f07c"; } .fa.fa-smile-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-smile-o:before { content: "\f118"; } .fa.fa-frown-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-frown-o:before { content: "\f119"; } .fa.fa-meh-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-meh-o:before { content: "\f11a"; } .fa.fa-keyboard-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-keyboard-o:before { content: "\f11c"; } .fa.fa-flag-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-flag-o:before { content: "\f024"; } @@ -566,21 +566,21 @@ .fa.fa-star-half-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-star-half-o:before { content: "\f089"; } .fa.fa-star-half-empty { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-star-half-empty:before { content: "\f089"; } .fa.fa-star-half-full { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-star-half-full:before { content: "\f089"; } @@ -596,29 +596,29 @@ .fa.fa-calendar-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-calendar-o:before { content: "\f133"; } .fa.fa-maxcdn { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-html5 { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-css3 { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-ticket:before { content: "\f3ff"; } .fa.fa-minus-square-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-minus-square-o:before { content: "\f146"; } @@ -637,46 +637,46 @@ .fa.fa-compass { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-caret-square-o-down { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-caret-square-o-down:before { content: "\f150"; } .fa.fa-toggle-down { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-toggle-down:before { content: "\f150"; } .fa.fa-caret-square-o-up { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-caret-square-o-up:before { content: "\f151"; } .fa.fa-toggle-up { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-toggle-up:before { content: "\f151"; } .fa.fa-caret-square-o-right { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-caret-square-o-right:before { content: "\f152"; } .fa.fa-toggle-right { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-toggle-right:before { content: "\f152"; } @@ -731,11 +731,11 @@ .fa.fa-btc { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bitcoin { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bitcoin:before { content: "\f15a"; } @@ -763,65 +763,65 @@ .fa.fa-youtube-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-youtube { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-xing { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-xing-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-youtube-play { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-youtube-play:before { content: "\f167"; } .fa.fa-dropbox { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-stack-overflow { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-instagram { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-flickr { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-adn { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bitbucket { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bitbucket-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bitbucket-square:before { content: "\f171"; } .fa.fa-tumblr { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-tumblr-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-long-arrow-down:before { content: "\f309"; } @@ -837,119 +837,119 @@ .fa.fa-apple { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-windows { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-android { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-linux { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-dribbble { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-skype { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-foursquare { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-trello { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-gratipay { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-gittip { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-gittip:before { content: "\f184"; } .fa.fa-sun-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-sun-o:before { content: "\f185"; } .fa.fa-moon-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-moon-o:before { content: "\f186"; } .fa.fa-vk { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-weibo { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-renren { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-pagelines { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-stack-exchange { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-arrow-circle-o-right { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-arrow-circle-o-right:before { content: "\f35a"; } .fa.fa-arrow-circle-o-left { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-arrow-circle-o-left:before { content: "\f359"; } .fa.fa-caret-square-o-left { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-caret-square-o-left:before { content: "\f191"; } .fa.fa-toggle-left { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-toggle-left:before { content: "\f191"; } .fa.fa-dot-circle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-dot-circle-o:before { content: "\f192"; } .fa.fa-vimeo-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-try:before { content: "\f195"; } @@ -959,22 +959,22 @@ .fa.fa-plus-square-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-plus-square-o:before { content: "\f0fe"; } .fa.fa-slack { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-wordpress { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-openid { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-institution:before { content: "\f19c"; } @@ -987,70 +987,70 @@ .fa.fa-yahoo { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-google { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-reddit { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-reddit-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-stumbleupon-circle { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-stumbleupon { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-delicious { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-digg { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-pied-piper-pp { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-pied-piper-alt { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-drupal { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-joomla { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-spoon:before { content: "\f2e5"; } .fa.fa-behance { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-behance-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-steam { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-steam-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-automobile:before { content: "\f1b9"; } @@ -1060,157 +1060,157 @@ .fa.fa-envelope-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-envelope-o:before { content: "\f0e0"; } .fa.fa-deviantart { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-soundcloud { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-pdf-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-pdf-o:before { content: "\f1c1"; } .fa.fa-file-word-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-word-o:before { content: "\f1c2"; } .fa.fa-file-excel-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-excel-o:before { content: "\f1c3"; } .fa.fa-file-powerpoint-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-powerpoint-o:before { content: "\f1c4"; } .fa.fa-file-image-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-image-o:before { content: "\f1c5"; } .fa.fa-file-photo-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-photo-o:before { content: "\f1c5"; } .fa.fa-file-picture-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-picture-o:before { content: "\f1c5"; } .fa.fa-file-archive-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-archive-o:before { content: "\f1c6"; } .fa.fa-file-zip-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-zip-o:before { content: "\f1c6"; } .fa.fa-file-audio-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-audio-o:before { content: "\f1c7"; } .fa.fa-file-sound-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-sound-o:before { content: "\f1c7"; } .fa.fa-file-video-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-video-o:before { content: "\f1c8"; } .fa.fa-file-movie-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-movie-o:before { content: "\f1c8"; } .fa.fa-file-code-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-code-o:before { content: "\f1c9"; } .fa.fa-vine { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-codepen { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-jsfiddle { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-life-ring { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-life-bouy { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-life-bouy:before { content: "\f1cd"; } .fa.fa-life-buoy { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-life-buoy:before { content: "\f1cd"; } .fa.fa-life-saver { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-life-saver:before { content: "\f1cd"; } .fa.fa-support { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-support:before { content: "\f1cd"; } @@ -1220,74 +1220,74 @@ .fa.fa-rebel { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-ra { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-ra:before { content: "\f1d0"; } .fa.fa-resistance { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-resistance:before { content: "\f1d0"; } .fa.fa-empire { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-ge { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-ge:before { content: "\f1d1"; } .fa.fa-git-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-git { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hacker-news { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-y-combinator-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-y-combinator-square:before { content: "\f1d4"; } .fa.fa-yc-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-yc-square:before { content: "\f1d4"; } .fa.fa-tencent-weibo { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-qq { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-weixin { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-wechat { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-wechat:before { content: "\f1d7"; } @@ -1297,21 +1297,21 @@ .fa.fa-paper-plane-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-paper-plane-o:before { content: "\f1d8"; } .fa.fa-send-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-send-o:before { content: "\f1d8"; } .fa.fa-circle-thin { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-circle-thin:before { content: "\f111"; } @@ -1324,72 +1324,72 @@ .fa.fa-futbol-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-futbol-o:before { content: "\f1e3"; } .fa.fa-soccer-ball-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-soccer-ball-o:before { content: "\f1e3"; } .fa.fa-slideshare { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-twitch { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-yelp { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-newspaper-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-newspaper-o:before { content: "\f1ea"; } .fa.fa-paypal { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-google-wallet { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-cc-visa { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-cc-mastercard { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-cc-discover { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-cc-amex { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-cc-paypal { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-cc-stripe { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bell-slash-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bell-slash-o:before { content: "\f1f6"; } @@ -1399,7 +1399,7 @@ .fa.fa-copyright { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-eyedropper:before { content: "\f1fb"; } @@ -1415,23 +1415,23 @@ .fa.fa-lastfm { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-lastfm-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-ioxhost { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-angellist { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-cc { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-cc:before { content: "\f20a"; } @@ -1447,50 +1447,50 @@ .fa.fa-meanpath { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-meanpath:before { content: "\f2b4"; } .fa.fa-buysellads { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-connectdevelop { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-dashcube { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-forumbee { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-leanpub { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-sellsy { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-shirtsinbulk { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-simplybuilt { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-skyatlas { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-diamond { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-diamond:before { content: "\f3a5"; } @@ -1500,52 +1500,52 @@ .fa.fa-facebook-official { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-facebook-official:before { content: "\f09a"; } .fa.fa-pinterest-p { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-whatsapp { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hotel:before { content: "\f236"; } .fa.fa-viacoin { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-medium { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-y-combinator { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-yc { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-yc:before { content: "\f23b"; } .fa.fa-optin-monster { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-opencart { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-expeditedssl { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-battery-4:before { content: "\f240"; } @@ -1567,34 +1567,34 @@ .fa.fa-object-group { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-object-ungroup { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-sticky-note-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-sticky-note-o:before { content: "\f249"; } .fa.fa-cc-jcb { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-cc-diners-club { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-clone { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hourglass-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hourglass-o:before { content: "\f254"; } @@ -1610,169 +1610,169 @@ .fa.fa-hand-rock-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-rock-o:before { content: "\f255"; } .fa.fa-hand-grab-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-grab-o:before { content: "\f255"; } .fa.fa-hand-paper-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-paper-o:before { content: "\f256"; } .fa.fa-hand-stop-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-stop-o:before { content: "\f256"; } .fa.fa-hand-scissors-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-scissors-o:before { content: "\f257"; } .fa.fa-hand-lizard-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-lizard-o:before { content: "\f258"; } .fa.fa-hand-spock-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-spock-o:before { content: "\f259"; } .fa.fa-hand-pointer-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-pointer-o:before { content: "\f25a"; } .fa.fa-hand-peace-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-peace-o:before { content: "\f25b"; } .fa.fa-registered { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-creative-commons { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-gg { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-gg-circle { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-tripadvisor { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-odnoklassniki { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-odnoklassniki-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-get-pocket { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-wikipedia-w { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-safari { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-chrome { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-firefox { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-opera { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-internet-explorer { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-television:before { content: "\f26c"; } .fa.fa-contao { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-500px { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-amazon { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-calendar-plus-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-calendar-plus-o:before { content: "\f271"; } .fa.fa-calendar-minus-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-calendar-minus-o:before { content: "\f272"; } .fa.fa-calendar-times-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-calendar-times-o:before { content: "\f273"; } .fa.fa-calendar-check-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-calendar-check-o:before { content: "\f274"; } .fa.fa-map-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-map-o:before { content: "\f279"; } @@ -1782,117 +1782,117 @@ .fa.fa-commenting-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-commenting-o:before { content: "\f4ad"; } .fa.fa-houzz { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-vimeo { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-vimeo:before { content: "\f27d"; } .fa.fa-black-tie { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-fonticons { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-reddit-alien { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-edge { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-credit-card-alt:before { content: "\f09d"; } .fa.fa-codiepie { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-modx { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-fort-awesome { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-usb { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-product-hunt { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-mixcloud { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-scribd { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-pause-circle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-pause-circle-o:before { content: "\f28b"; } .fa.fa-stop-circle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-stop-circle-o:before { content: "\f28d"; } .fa.fa-bluetooth { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bluetooth-b { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-gitlab { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-wpbeginner { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-wpforms { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-envira { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-wheelchair-alt { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-wheelchair-alt:before { content: "\f368"; } .fa.fa-question-circle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-question-circle-o:before { content: "\f059"; } @@ -1911,97 +1911,97 @@ .fa.fa-glide { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-glide-g { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-signing:before { content: "\f2a7"; } .fa.fa-viadeo { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-viadeo-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-snapchat { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-snapchat-ghost { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-snapchat-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-pied-piper { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-first-order { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-yoast { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-themeisle { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-google-plus-official { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-google-plus-official:before { content: "\f2b3"; } .fa.fa-google-plus-circle { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-google-plus-circle:before { content: "\f2b3"; } .fa.fa-font-awesome { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-fa { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-fa:before { content: "\f2b4"; } .fa.fa-handshake-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-handshake-o:before { content: "\f2b5"; } .fa.fa-envelope-open-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-envelope-open-o:before { content: "\f2b6"; } .fa.fa-linode { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-address-book-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-address-book-o:before { content: "\f2b9"; } @@ -2011,64 +2011,64 @@ .fa.fa-address-card-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-address-card-o:before { content: "\f2bb"; } .fa.fa-vcard-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-vcard-o:before { content: "\f2bb"; } .fa.fa-user-circle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-user-circle-o:before { content: "\f2bd"; } .fa.fa-user-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-user-o:before { content: "\f007"; } .fa.fa-id-badge { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-drivers-license:before { content: "\f2c2"; } .fa.fa-id-card-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-id-card-o:before { content: "\f2c2"; } .fa.fa-drivers-license-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-drivers-license-o:before { content: "\f2c2"; } .fa.fa-quora { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-free-code-camp { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-telegram { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-thermometer-4:before { content: "\f2c7"; } @@ -2096,71 +2096,71 @@ .fa.fa-window-maximize { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-window-restore { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-times-rectangle:before { content: "\f410"; } .fa.fa-window-close-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-window-close-o:before { content: "\f410"; } .fa.fa-times-rectangle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-times-rectangle-o:before { content: "\f410"; } .fa.fa-bandcamp { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-grav { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-etsy { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-imdb { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-ravelry { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-eercast { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-eercast:before { content: "\f2da"; } .fa.fa-snowflake-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-snowflake-o:before { content: "\f2dc"; } .fa.fa-superpowers { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-wpexplorer { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-spotify { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } diff --git a/js-packages/@fortawesome/fontawesome-free/css/all.css b/js-packages/@fortawesome/fontawesome-free/css/all.css index 1be893a9b..16ce61f6f 100644 --- a/js-packages/@fortawesome/fontawesome-free/css/all.css +++ b/js-packages/@fortawesome/fontawesome-free/css/all.css @@ -4391,7 +4391,7 @@ 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-weight: normal !important; font-display: auto; src: url("../webfonts/fa-brands-400.eot"); src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); } @@ -4401,18 +4401,18 @@ readers do not read off random characters that represent icons */ @font-face { font-family: 'Font Awesome 5 Free'; font-style: normal; - font-weight: 400; + font-weight: 400 !important; font-display: auto; src: url("../webfonts/fa-regular-400.eot"); src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); } .far { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } @font-face { font-family: 'Font Awesome 5 Free'; font-style: normal; - font-weight: 900; + font-weight: 900 !important; font-display: auto; src: url("../webfonts/fa-solid-900.eot"); src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); } @@ -4420,4 +4420,4 @@ readers do not read off random characters that represent icons */ .fa, .fas { font-family: 'Font Awesome 5 Free'; - font-weight: 900; } + font-weight: 900 !important; } diff --git a/js-packages/@fortawesome/fontawesome-free/css/brands.css b/js-packages/@fortawesome/fontawesome-free/css/brands.css index 4c380c62c..5c698506e 100644 --- a/js-packages/@fortawesome/fontawesome-free/css/brands.css +++ b/js-packages/@fortawesome/fontawesome-free/css/brands.css @@ -5,7 +5,7 @@ @font-face { font-family: 'Font Awesome 5 Brands'; font-style: normal; - font-weight: normal; + font-weight: normal !important; font-display: auto; src: url("../webfonts/fa-brands-400.eot"); src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); } diff --git a/js-packages/@fortawesome/fontawesome-free/css/regular.css b/js-packages/@fortawesome/fontawesome-free/css/regular.css index 9cc0c43da..98c50e8fd 100644 --- a/js-packages/@fortawesome/fontawesome-free/css/regular.css +++ b/js-packages/@fortawesome/fontawesome-free/css/regular.css @@ -5,11 +5,11 @@ @font-face { font-family: 'Font Awesome 5 Free'; font-style: normal; - font-weight: 400; + font-weight: 400 !important; font-display: auto; src: url("../webfonts/fa-regular-400.eot"); src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); } .far { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } diff --git a/js-packages/@fortawesome/fontawesome-free/css/solid.css b/js-packages/@fortawesome/fontawesome-free/css/solid.css index 26e984d62..10a4e2426 100644 --- a/js-packages/@fortawesome/fontawesome-free/css/solid.css +++ b/js-packages/@fortawesome/fontawesome-free/css/solid.css @@ -5,7 +5,7 @@ @font-face { font-family: 'Font Awesome 5 Free'; font-style: normal; - font-weight: 900; + font-weight: 900 !important; font-display: auto; src: url("../webfonts/fa-solid-900.eot"); src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); } @@ -13,4 +13,4 @@ .fa, .fas { font-family: 'Font Awesome 5 Free'; - font-weight: 900; } + font-weight: 900 !important; } diff --git a/js-packages/@fortawesome/fontawesome-free/css/v4-shims.css b/js-packages/@fortawesome/fontawesome-free/css/v4-shims.css index 03973a9e3..8c7d81859 100644 --- a/js-packages/@fortawesome/fontawesome-free/css/v4-shims.css +++ b/js-packages/@fortawesome/fontawesome-free/css/v4-shims.css @@ -7,11 +7,11 @@ .fa.fa-meetup { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-star-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-star-o:before { content: "\f005"; } @@ -27,42 +27,42 @@ .fa.fa-trash-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-trash-o:before { content: "\f2ed"; } .fa.fa-file-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-o:before { content: "\f15b"; } .fa.fa-clock-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-clock-o:before { content: "\f017"; } .fa.fa-arrow-circle-o-down { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-arrow-circle-o-down:before { content: "\f358"; } .fa.fa-arrow-circle-o-up { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-arrow-circle-o-up:before { content: "\f35b"; } .fa.fa-play-circle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-play-circle-o:before { content: "\f144"; } @@ -78,7 +78,7 @@ .fa.fa-list-alt { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-dedent:before { content: "\f03b"; } @@ -88,21 +88,21 @@ .fa.fa-picture-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-picture-o:before { content: "\f03e"; } .fa.fa-photo { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-photo:before { content: "\f03e"; } .fa.fa-image { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-image:before { content: "\f03e"; } @@ -115,21 +115,21 @@ .fa.fa-pencil-square-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-pencil-square-o:before { content: "\f044"; } .fa.fa-share-square-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-share-square-o:before { content: "\f14d"; } .fa.fa-check-square-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-check-square-o:before { content: "\f14a"; } @@ -139,14 +139,14 @@ .fa.fa-times-circle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-times-circle-o:before { content: "\f057"; } .fa.fa-check-circle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-check-circle-o:before { content: "\f058"; } @@ -156,11 +156,11 @@ .fa.fa-eye { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-eye-slash { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-warning:before { content: "\f071"; } @@ -176,46 +176,46 @@ .fa.fa-bar-chart { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bar-chart:before { content: "\f080"; } .fa.fa-bar-chart-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bar-chart-o:before { content: "\f080"; } .fa.fa-twitter-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-facebook-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-gears:before { content: "\f085"; } .fa.fa-thumbs-o-up { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-thumbs-o-up:before { content: "\f164"; } .fa.fa-thumbs-o-down { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-thumbs-o-down:before { content: "\f165"; } .fa.fa-heart-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-heart-o:before { content: "\f004"; } @@ -225,7 +225,7 @@ .fa.fa-linkedin-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-linkedin-square:before { content: "\f08c"; } @@ -241,89 +241,89 @@ .fa.fa-github-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-lemon-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-lemon-o:before { content: "\f094"; } .fa.fa-square-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-square-o:before { content: "\f0c8"; } .fa.fa-bookmark-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bookmark-o:before { content: "\f02e"; } .fa.fa-twitter { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-facebook { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-facebook:before { content: "\f39e"; } .fa.fa-facebook-f { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-facebook-f:before { content: "\f39e"; } .fa.fa-github { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-credit-card { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-feed:before { content: "\f09e"; } .fa.fa-hdd-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hdd-o:before { content: "\f0a0"; } .fa.fa-hand-o-right { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-o-right:before { content: "\f0a4"; } .fa.fa-hand-o-left { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-o-left:before { content: "\f0a5"; } .fa.fa-hand-o-up { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-o-up:before { content: "\f0a6"; } .fa.fa-hand-o-down { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-o-down:before { content: "\f0a7"; } @@ -342,14 +342,14 @@ .fa.fa-files-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-files-o:before { content: "\f0c5"; } .fa.fa-floppy-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-floppy-o:before { content: "\f0c7"; } @@ -362,26 +362,26 @@ .fa.fa-pinterest { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-pinterest-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-google-plus-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-google-plus { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-google-plus:before { content: "\f0d5"; } .fa.fa-money { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-money:before { content: "\f3d1"; } @@ -397,7 +397,7 @@ .fa.fa-linkedin { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-linkedin:before { content: "\f0e1"; } @@ -416,14 +416,14 @@ .fa.fa-comment-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-comment-o:before { content: "\f075"; } .fa.fa-comments-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-comments-o:before { content: "\f086"; } @@ -433,18 +433,18 @@ .fa.fa-clipboard { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-paste { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-paste:before { content: "\f328"; } .fa.fa-lightbulb-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-lightbulb-o:before { content: "\f0eb"; } @@ -460,7 +460,7 @@ .fa.fa-bell-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bell-o:before { content: "\f0f3"; } @@ -470,21 +470,21 @@ .fa.fa-file-text-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-text-o:before { content: "\f15c"; } .fa.fa-building-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-building-o:before { content: "\f1ad"; } .fa.fa-hospital-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hospital-o:before { content: "\f0f8"; } @@ -500,7 +500,7 @@ .fa.fa-circle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-circle-o:before { content: "\f111"; } @@ -510,53 +510,53 @@ .fa.fa-github-alt { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-folder-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-folder-o:before { content: "\f07b"; } .fa.fa-folder-open-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-folder-open-o:before { content: "\f07c"; } .fa.fa-smile-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-smile-o:before { content: "\f118"; } .fa.fa-frown-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-frown-o:before { content: "\f119"; } .fa.fa-meh-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-meh-o:before { content: "\f11a"; } .fa.fa-keyboard-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-keyboard-o:before { content: "\f11c"; } .fa.fa-flag-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-flag-o:before { content: "\f024"; } @@ -566,21 +566,21 @@ .fa.fa-star-half-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-star-half-o:before { content: "\f089"; } .fa.fa-star-half-empty { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-star-half-empty:before { content: "\f089"; } .fa.fa-star-half-full { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-star-half-full:before { content: "\f089"; } @@ -596,29 +596,29 @@ .fa.fa-calendar-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-calendar-o:before { content: "\f133"; } .fa.fa-maxcdn { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-html5 { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-css3 { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-ticket:before { content: "\f3ff"; } .fa.fa-minus-square-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-minus-square-o:before { content: "\f146"; } @@ -637,46 +637,46 @@ .fa.fa-compass { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-caret-square-o-down { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-caret-square-o-down:before { content: "\f150"; } .fa.fa-toggle-down { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-toggle-down:before { content: "\f150"; } .fa.fa-caret-square-o-up { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-caret-square-o-up:before { content: "\f151"; } .fa.fa-toggle-up { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-toggle-up:before { content: "\f151"; } .fa.fa-caret-square-o-right { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-caret-square-o-right:before { content: "\f152"; } .fa.fa-toggle-right { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-toggle-right:before { content: "\f152"; } @@ -731,11 +731,11 @@ .fa.fa-btc { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bitcoin { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bitcoin:before { content: "\f15a"; } @@ -763,65 +763,65 @@ .fa.fa-youtube-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-youtube { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-xing { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-xing-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-youtube-play { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-youtube-play:before { content: "\f167"; } .fa.fa-dropbox { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-stack-overflow { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-instagram { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-flickr { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-adn { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bitbucket { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bitbucket-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bitbucket-square:before { content: "\f171"; } .fa.fa-tumblr { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-tumblr-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-long-arrow-down:before { content: "\f309"; } @@ -837,119 +837,119 @@ .fa.fa-apple { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-windows { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-android { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-linux { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-dribbble { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-skype { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-foursquare { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-trello { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-gratipay { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-gittip { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-gittip:before { content: "\f184"; } .fa.fa-sun-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-sun-o:before { content: "\f185"; } .fa.fa-moon-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-moon-o:before { content: "\f186"; } .fa.fa-vk { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-weibo { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-renren { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-pagelines { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-stack-exchange { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-arrow-circle-o-right { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-arrow-circle-o-right:before { content: "\f35a"; } .fa.fa-arrow-circle-o-left { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-arrow-circle-o-left:before { content: "\f359"; } .fa.fa-caret-square-o-left { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-caret-square-o-left:before { content: "\f191"; } .fa.fa-toggle-left { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-toggle-left:before { content: "\f191"; } .fa.fa-dot-circle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-dot-circle-o:before { content: "\f192"; } .fa.fa-vimeo-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-try:before { content: "\f195"; } @@ -959,22 +959,22 @@ .fa.fa-plus-square-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-plus-square-o:before { content: "\f0fe"; } .fa.fa-slack { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-wordpress { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-openid { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-institution:before { content: "\f19c"; } @@ -987,70 +987,70 @@ .fa.fa-yahoo { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-google { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-reddit { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-reddit-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-stumbleupon-circle { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-stumbleupon { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-delicious { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-digg { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-pied-piper-pp { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-pied-piper-alt { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-drupal { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-joomla { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-spoon:before { content: "\f2e5"; } .fa.fa-behance { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-behance-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-steam { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-steam-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-automobile:before { content: "\f1b9"; } @@ -1060,157 +1060,157 @@ .fa.fa-envelope-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-envelope-o:before { content: "\f0e0"; } .fa.fa-deviantart { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-soundcloud { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-pdf-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-pdf-o:before { content: "\f1c1"; } .fa.fa-file-word-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-word-o:before { content: "\f1c2"; } .fa.fa-file-excel-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-excel-o:before { content: "\f1c3"; } .fa.fa-file-powerpoint-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-powerpoint-o:before { content: "\f1c4"; } .fa.fa-file-image-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-image-o:before { content: "\f1c5"; } .fa.fa-file-photo-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-photo-o:before { content: "\f1c5"; } .fa.fa-file-picture-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-picture-o:before { content: "\f1c5"; } .fa.fa-file-archive-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-archive-o:before { content: "\f1c6"; } .fa.fa-file-zip-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-zip-o:before { content: "\f1c6"; } .fa.fa-file-audio-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-audio-o:before { content: "\f1c7"; } .fa.fa-file-sound-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-sound-o:before { content: "\f1c7"; } .fa.fa-file-video-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-video-o:before { content: "\f1c8"; } .fa.fa-file-movie-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-movie-o:before { content: "\f1c8"; } .fa.fa-file-code-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-file-code-o:before { content: "\f1c9"; } .fa.fa-vine { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-codepen { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-jsfiddle { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-life-ring { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-life-bouy { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-life-bouy:before { content: "\f1cd"; } .fa.fa-life-buoy { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-life-buoy:before { content: "\f1cd"; } .fa.fa-life-saver { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-life-saver:before { content: "\f1cd"; } .fa.fa-support { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-support:before { content: "\f1cd"; } @@ -1220,74 +1220,74 @@ .fa.fa-rebel { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-ra { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-ra:before { content: "\f1d0"; } .fa.fa-resistance { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-resistance:before { content: "\f1d0"; } .fa.fa-empire { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-ge { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-ge:before { content: "\f1d1"; } .fa.fa-git-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-git { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hacker-news { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-y-combinator-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-y-combinator-square:before { content: "\f1d4"; } .fa.fa-yc-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-yc-square:before { content: "\f1d4"; } .fa.fa-tencent-weibo { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-qq { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-weixin { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-wechat { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-wechat:before { content: "\f1d7"; } @@ -1297,21 +1297,21 @@ .fa.fa-paper-plane-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-paper-plane-o:before { content: "\f1d8"; } .fa.fa-send-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-send-o:before { content: "\f1d8"; } .fa.fa-circle-thin { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-circle-thin:before { content: "\f111"; } @@ -1324,72 +1324,72 @@ .fa.fa-futbol-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-futbol-o:before { content: "\f1e3"; } .fa.fa-soccer-ball-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-soccer-ball-o:before { content: "\f1e3"; } .fa.fa-slideshare { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-twitch { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-yelp { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-newspaper-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-newspaper-o:before { content: "\f1ea"; } .fa.fa-paypal { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-google-wallet { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-cc-visa { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-cc-mastercard { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-cc-discover { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-cc-amex { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-cc-paypal { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-cc-stripe { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bell-slash-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bell-slash-o:before { content: "\f1f6"; } @@ -1399,7 +1399,7 @@ .fa.fa-copyright { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-eyedropper:before { content: "\f1fb"; } @@ -1415,23 +1415,23 @@ .fa.fa-lastfm { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-lastfm-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-ioxhost { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-angellist { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-cc { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-cc:before { content: "\f20a"; } @@ -1447,50 +1447,50 @@ .fa.fa-meanpath { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-meanpath:before { content: "\f2b4"; } .fa.fa-buysellads { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-connectdevelop { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-dashcube { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-forumbee { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-leanpub { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-sellsy { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-shirtsinbulk { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-simplybuilt { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-skyatlas { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-diamond { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-diamond:before { content: "\f3a5"; } @@ -1500,52 +1500,52 @@ .fa.fa-facebook-official { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-facebook-official:before { content: "\f09a"; } .fa.fa-pinterest-p { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-whatsapp { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hotel:before { content: "\f236"; } .fa.fa-viacoin { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-medium { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-y-combinator { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-yc { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-yc:before { content: "\f23b"; } .fa.fa-optin-monster { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-opencart { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-expeditedssl { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-battery-4:before { content: "\f240"; } @@ -1567,34 +1567,34 @@ .fa.fa-object-group { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-object-ungroup { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-sticky-note-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-sticky-note-o:before { content: "\f249"; } .fa.fa-cc-jcb { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-cc-diners-club { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-clone { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hourglass-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hourglass-o:before { content: "\f254"; } @@ -1610,169 +1610,169 @@ .fa.fa-hand-rock-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-rock-o:before { content: "\f255"; } .fa.fa-hand-grab-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-grab-o:before { content: "\f255"; } .fa.fa-hand-paper-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-paper-o:before { content: "\f256"; } .fa.fa-hand-stop-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-stop-o:before { content: "\f256"; } .fa.fa-hand-scissors-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-scissors-o:before { content: "\f257"; } .fa.fa-hand-lizard-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-lizard-o:before { content: "\f258"; } .fa.fa-hand-spock-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-spock-o:before { content: "\f259"; } .fa.fa-hand-pointer-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-pointer-o:before { content: "\f25a"; } .fa.fa-hand-peace-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-hand-peace-o:before { content: "\f25b"; } .fa.fa-registered { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-creative-commons { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-gg { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-gg-circle { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-tripadvisor { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-odnoklassniki { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-odnoklassniki-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-get-pocket { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-wikipedia-w { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-safari { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-chrome { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-firefox { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-opera { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-internet-explorer { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-television:before { content: "\f26c"; } .fa.fa-contao { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-500px { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-amazon { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-calendar-plus-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-calendar-plus-o:before { content: "\f271"; } .fa.fa-calendar-minus-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-calendar-minus-o:before { content: "\f272"; } .fa.fa-calendar-times-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-calendar-times-o:before { content: "\f273"; } .fa.fa-calendar-check-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-calendar-check-o:before { content: "\f274"; } .fa.fa-map-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-map-o:before { content: "\f279"; } @@ -1782,117 +1782,117 @@ .fa.fa-commenting-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-commenting-o:before { content: "\f4ad"; } .fa.fa-houzz { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-vimeo { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-vimeo:before { content: "\f27d"; } .fa.fa-black-tie { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-fonticons { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-reddit-alien { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-edge { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-credit-card-alt:before { content: "\f09d"; } .fa.fa-codiepie { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-modx { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-fort-awesome { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-usb { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-product-hunt { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-mixcloud { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-scribd { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-pause-circle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-pause-circle-o:before { content: "\f28b"; } .fa.fa-stop-circle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-stop-circle-o:before { content: "\f28d"; } .fa.fa-bluetooth { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-bluetooth-b { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-gitlab { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-wpbeginner { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-wpforms { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-envira { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-wheelchair-alt { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-wheelchair-alt:before { content: "\f368"; } .fa.fa-question-circle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-question-circle-o:before { content: "\f059"; } @@ -1911,97 +1911,97 @@ .fa.fa-glide { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-glide-g { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-signing:before { content: "\f2a7"; } .fa.fa-viadeo { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-viadeo-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-snapchat { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-snapchat-ghost { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-snapchat-square { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-pied-piper { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-first-order { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-yoast { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-themeisle { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-google-plus-official { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-google-plus-official:before { content: "\f2b3"; } .fa.fa-google-plus-circle { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-google-plus-circle:before { content: "\f2b3"; } .fa.fa-font-awesome { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-fa { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-fa:before { content: "\f2b4"; } .fa.fa-handshake-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-handshake-o:before { content: "\f2b5"; } .fa.fa-envelope-open-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-envelope-open-o:before { content: "\f2b6"; } .fa.fa-linode { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-address-book-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-address-book-o:before { content: "\f2b9"; } @@ -2011,64 +2011,64 @@ .fa.fa-address-card-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-address-card-o:before { content: "\f2bb"; } .fa.fa-vcard-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-vcard-o:before { content: "\f2bb"; } .fa.fa-user-circle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-user-circle-o:before { content: "\f2bd"; } .fa.fa-user-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-user-o:before { content: "\f007"; } .fa.fa-id-badge { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-drivers-license:before { content: "\f2c2"; } .fa.fa-id-card-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-id-card-o:before { content: "\f2c2"; } .fa.fa-drivers-license-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-drivers-license-o:before { content: "\f2c2"; } .fa.fa-quora { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-free-code-camp { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-telegram { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-thermometer-4:before { content: "\f2c7"; } @@ -2096,71 +2096,71 @@ .fa.fa-window-maximize { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-window-restore { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-times-rectangle:before { content: "\f410"; } .fa.fa-window-close-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-window-close-o:before { content: "\f410"; } .fa.fa-times-rectangle-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-times-rectangle-o:before { content: "\f410"; } .fa.fa-bandcamp { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-grav { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-etsy { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-imdb { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-ravelry { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-eercast { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-eercast:before { content: "\f2da"; } .fa.fa-snowflake-o { font-family: 'Font Awesome 5 Free'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-snowflake-o:before { content: "\f2dc"; } .fa.fa-superpowers { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-wpexplorer { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } .fa.fa-spotify { font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } + font-weight: 400 !important; } diff --git a/js-packages/@fortawesome/fontawesome-free/js/conflict-detection.js b/js-packages/@fortawesome/fontawesome-free/js/conflict-detection.js index 070244dcc..f7eb06fec 100644 --- a/js-packages/@fortawesome/fontawesome-free/js/conflict-detection.js +++ b/js-packages/@fortawesome/fontawesome-free/js/conflict-detection.js @@ -891,8 +891,8 @@ console.info("Testing ".concat(testCount, " possible conflicts.")); console.info("We'll wait about ".concat(Math.round(WINDOW.FontAwesomeDetection.timeout / 10) / 100, " seconds while testing these and\n") + "then up to another ".concat(Math.round(WINDOW.FontAwesomeDetection.resultsCollectionMaxWait / 10) / 100, " to allow the browser time\n") + "to accumulate the results. But we'll probably be outta here way before then.\n\n"); console.info("You can adjust those durations by assigning values to these attributes on the