Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@fortawesome/fontawesome-free/less/brands.less')
-rw-r--r--node_modules/@fortawesome/fontawesome-free/less/brands.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/node_modules/@fortawesome/fontawesome-free/less/brands.less b/node_modules/@fortawesome/fontawesome-free/less/brands.less
index 66ea00d..9cf1149 100644
--- a/node_modules/@fortawesome/fontawesome-free/less/brands.less
+++ b/node_modules/@fortawesome/fontawesome-free/less/brands.less
@@ -1,5 +1,5 @@
/*!
- * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@import "_variables.less";
@@ -7,7 +7,7 @@
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
- font-weight: normal;
+ font-weight: 400;
font-display: @fa-font-display;
src: url('@{fa-font-path}/fa-brands-400.eot');
src: url('@{fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'),
@@ -19,4 +19,5 @@
.fab {
font-family: 'Font Awesome 5 Brands';
+ font-weight: 400;
}