Bump font awesome to 5.11.1

This commit is contained in:
2019-09-20 22:29:56 +02:00
parent 6c0a4e2e73
commit 4ae5b4673a
54 changed files with 56110 additions and 19778 deletions

View File

@@ -18,9 +18,9 @@
</div> </div>
<div class="template-items"> <div class="template-items">
<div class="doc-item input-group"> <div class="doc-item input-group">
<a class="link btn btn-outline-primary btn-labeled shadow-sm form-control" href="" target="_blank"><span class="btn-label"><i class="fal file-icon fa-file-image"></i></span><span class="btn-desc">Programme Acupuncture 1A 2019-2020 CATC CH.pdf</span></a> <a class="link btn btn-outline-primary btn-labeled shadow-sm form-control" href="" target="_blank"><span class="btn-label"><i class="file-icon fa-file-image"></i></span><span class="btn-desc">Programme Acupuncture 1A 2019-2020 CATC CH.pdf</span></a>
<div class="input-group-append"> <div class="input-group-append">
<button type="button" class="delete btn btn-danger shadow-sm pdf"><i class="fal fa-delete"></i></button> <button type="button" class="delete btn btn-danger shadow-sm pdf"><i class="fa-delete"></i></button>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -3,7 +3,7 @@
<div class="form-group align-items-center"> <div class="form-group align-items-center">
<div class="input-group"> <div class="input-group">
<div class="input-group-prepend"> <div class="input-group-prepend">
<span class="input-group-text" data-toggle="tooltip" data-placement="left" title="Username"><i class="fal fa-user"></i></span> <span class="input-group-text" data-toggle="tooltip" data-placement="left" title="Username"><i class="fa-user"></i></span>
</div> </div>
<input type="text" class="form-control" placeholder="Nickname" name="login" id="login" value="Franzz" /> <input type="text" class="form-control" placeholder="Nickname" name="login" id="login" value="Franzz" />
</div> </div>
@@ -11,7 +11,7 @@
<div class="form-group align-items-center"> <div class="form-group align-items-center">
<div class="input-group"> <div class="input-group">
<div class="input-group-prepend"> <div class="input-group-prepend">
<span class="input-group-text" data-toggle="tooltip" data-placement="left" title="Password"><i class="fal fa-password"></i></span> <span class="input-group-text" data-toggle="tooltip" data-placement="left" title="Password"><i class="fa-password"></i></span>
</div> </div>
<input type="password" class="form-control" placeholder="Password" name="pass" id="pass" value="123456" /> <input type="password" class="form-control" placeholder="Password" name="pass" id="pass" value="123456" />
</div> </div>
@@ -20,8 +20,8 @@
<div class="input-group"> <div class="input-group">
<div class="input-group-prepend"> <div class="input-group-prepend">
<span class="input-group-text" data-toggle="tooltip" data-placement="left" title="Repeat password"> <span class="input-group-text" data-toggle="tooltip" data-placement="left" title="Repeat password">
<i class="fal fa-password first"></i> <i class="fa-password first"></i>
<i class="fal fa-password second"></i> <i class="fa-password second"></i>
</span> </span>
</div> </div>
<input type="password" class="form-control" placeholder="Confirm password" name="pass_conf" id="pass_conf" value="123456" /> <input type="password" class="form-control" placeholder="Confirm password" name="pass_conf" id="pass_conf" value="123456" />

View File

@@ -7,21 +7,21 @@
<nav class="navbar navbar-expand p-0 justify-content-end"> <nav class="navbar navbar-expand p-0 justify-content-end">
<form class="container-fluid"> <form class="container-fluid">
<div class="input-group"> <div class="input-group">
<div class="input-group-prepend"><span class="input-group-text"><i class="fal fa-search"></i></span></div> <div class="input-group-prepend"><span class="input-group-text"><i class="fa-search"></i></span></div>
<input id="search" class="form-control my-0" type="search" placeholder="Search" aria-label="Search" autocomplete="off" /> <input id="search" class="form-control my-0" type="search" placeholder="Search" aria-label="Search" autocomplete="off" />
<div class="input-group-append"> <div class="input-group-append">
<button class="btn btn-outline-primary" type="button" id="add_def" data-toggle="modal" data-id="0" data-target="#add-def"><i class="fal fa-add"></i></button> <button class="btn btn-outline-primary" type="button" id="add_def" data-toggle="modal" data-id="0" data-target="#add-def"><i class="fa-add"></i></button>
</div> </div>
</div> </div>
<button class="home btn btn-outline-primary ml-2 my-0" type="button"><i class="fal fa-home"></i></button> <button class="home btn btn-outline-primary ml-2 my-0" type="button"><i class="fa-home"></i></button>
<button class="logoff btn btn-outline-primary ml-2 my-0" type="button" data-toggle="modal" data-target="#log-off"><i class="fal fa-logoff"></i></button> <button class="logoff btn btn-outline-primary ml-2 my-0" type="button" data-toggle="modal" data-target="#log-off"><i class="fa-logoff"></i></button>
</form> </form>
</nav> </nav>
</div> </div>
<div id="main_title"><h1></h1></div> <div id="main_title"><h1></h1></div>
<div id="main"></div> <div id="main"></div>
<div id="side"> <div id="side">
<div class="tag write"><a href="#write" class="fal fa-write"></a></div> <div class="tag write"><a href="#write" class="fa-write"></a></div>
</div> </div>
<footer> <footer>
<span>Designed and powered by Franzz &amp; Clarita - CATC Notes Project under <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GPLv3</a> License</span> <span>Designed and powered by Franzz &amp; Clarita - CATC Notes Project under <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GPLv3</a> License</span>
@@ -31,7 +31,7 @@
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
<h5 class="modal-title" id="add_def_title"></h5> <h5 class="modal-title" id="add_def_title"></h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true"><i class="fal fa-close"></i></span></button> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true"><i class="fa-close"></i></span></button>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<form id="def_form"> <form id="def_form">
@@ -56,9 +56,9 @@
<div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
<h5 class="modal-title"><i class="fal fa-logoff fa-inline"></i>Signing Off</h5> <h5 class="modal-title"><i class="fa-logoff fa-inline"></i>Signing Off</h5>
</div> </div>
<div class="modal-body text-center m-3"><i class="fal fa-loading fa-2x fa-spin"></i></div> <div class="modal-body text-center m-3"><i class="fa-loading fa-2x fa-spin"></i></div>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -1,6 +1,6 @@
<div id="workshop" class="container"> <div id="workshop" class="container">
<div class="row"> <div class="row">
<div class="col-auto"><button type="button" class="back btn btn-primary"><i class="fal fa-previous"></i></button></div> <div class="col-auto"><button type="button" class="back btn btn-primary"><i class="fa-previous"></i></button></div>
<div class="col"><div id="course-list" class="list-group"></div></div> <div class="col"><div id="course-list" class="list-group"></div></div>
</div> </div>
</div> </div>

View File

@@ -70,7 +70,7 @@ var Tools = {
getIcon: function(sIcon, bFull){ getIcon: function(sIcon, bFull){
bFull = bFull || false; bFull = bFull || false;
return $('<i>', {'class': bFull?sIcon:('fal fa-'+sIcon)}); return $('<i>', {'class': bFull?sIcon:('fa-'+sIcon)});
}, },
feedback: function(sClass, sMsg, $Box) feedback: function(sClass, sMsg, $Box)
@@ -86,7 +86,7 @@ var Tools = {
if(sClass=='danger' && sMsg=='') sMsg = 'Oops ! An unknown error occured'; if(sClass=='danger' && sMsg=='') sMsg = 'Oops ! An unknown error occured';
$('<div>', {'class':'alert shadow alert-dismissible fade show alert-'+sClass, role:'alert'}) $('<div>', {'class':'alert shadow alert-dismissible fade show alert-'+sClass, role:'alert'})
.append($('<i>', {'class':'fal fa-inline fa-'+sClass})) .append($('<i>', {'class':'fa-inline fa-'+sClass}))
.append(addPunctuation(sMsg)) .append(addPunctuation(sMsg))
.append($('<button>', {type:'button', 'class':'close', 'data-dismiss':'alert', 'aria-label':'Close'}) .append($('<button>', {type:'button', 'class':'close', 'data-dismiss':'alert', 'aria-label':'Close'})
.append($('<span>', {'aria-hidden':'true'}).appendIcon('close')) .append($('<span>', {'aria-hidden':'true'}).appendIcon('close'))
@@ -205,7 +205,7 @@ $.prototype.checkForm = function(sSelector)
var sFieldName = $This.attr('placeholder'); var sFieldName = $This.attr('placeholder');
//Icon //Icon
var sFieldIcon = $This.prev().find('.input-group-text').find('.fal').attr('class'); var sFieldIcon = $This.prev().find('.input-group-text').find("[class^='fa-']").attr('class');
var $FieldIcon = (sFieldIcon==undefined)?'':Tools.getIcon(sFieldIcon, true).addClass('fa-fw bold'); var $FieldIcon = (sFieldIcon==undefined)?'':Tools.getIcon(sFieldIcon, true).addClass('fa-fw bold');
if(sFieldValue=='' || sFieldValue==$This.data('default_value')) { if(sFieldValue=='' || sFieldValue==$This.data('default_value')) {

View File

@@ -17,31 +17,31 @@ $fa-css-prefix: fa;
} }
//Common //Common
.#{$fa-css-prefix}-previous:before { content: fa-content($fa-var-chevron-left); } .#{$fa-css-prefix}-previous:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-chevron-left); }
.#{$fa-css-prefix}-next:before { content: fa-content($fa-var-chevron-right); } .#{$fa-css-prefix}-next:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-chevron-right); }
.#{$fa-css-prefix}-close:before { content: fa-content($fa-var-times); } .#{$fa-css-prefix}-close:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-times); }
.#{$fa-css-prefix}-add:before { content: fa-content($fa-var-plus); } .#{$fa-css-prefix}-add:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-plus); }
.#{$fa-css-prefix}-edit:before { content: fa-content($fa-var-pencil); } .#{$fa-css-prefix}-edit:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-pencil); }
.#{$fa-css-prefix}-delete:before { content: fa-content($fa-var-trash-alt); } .#{$fa-css-prefix}-delete:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-trash-alt); }
.#{$fa-css-prefix}-loading:before { content: fa-content($fa-var-spinner-third); } .#{$fa-css-prefix}-loading:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-spinner-third); }
.#{$fa-css-prefix}-danger:before { content: fa-content($fa-var-exclamation-square); } .#{$fa-css-prefix}-danger:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-exclamation-square); }
.#{$fa-css-prefix}-warning:before { content: fa-content($fa-var-exclamation-triangle); } .#{$fa-css-prefix}-warning:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-exclamation-triangle); }
.#{$fa-css-prefix}-primary:before { content: fa-content($fa-var-info-circle); } .#{$fa-css-prefix}-primary:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-info-circle); }
//Logon //Logon
.#{$fa-css-prefix}-user:before { content: fa-content($fa-var-user); } .#{$fa-css-prefix}-user:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-user); }
.#{$fa-css-prefix}-password:before { content: fa-content($fa-var-key); } .#{$fa-css-prefix}-password:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-key); }
//Menu //Menu
.#{$fa-css-prefix}-search:before { content: fa-content($fa-var-search); } .#{$fa-css-prefix}-search:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-search); }
.#{$fa-css-prefix}-home:before { content: fa-content($fa-var-home); } .#{$fa-css-prefix}-home:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-home); }
.#{$fa-css-prefix}-logoff:before { content: fa-content($fa-var-sign-out-alt); } .#{$fa-css-prefix}-logoff:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-sign-out-alt);}
//Course //Course
.#{$fa-css-prefix}-file-upload:before { content: fa-content($fa-var-file-upload); } .#{$fa-css-prefix}-file-upload:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-file-upload); }
.#{$fa-css-prefix}-file-image:before { content: fa-content($fa-var-file-image); } .#{$fa-css-prefix}-file-image:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-file-image); }
.#{$fa-css-prefix}-file-audio:before { content: fa-content($fa-var-file-audio); } .#{$fa-css-prefix}-file-audio:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-file-audio); }
.#{$fa-css-prefix}-file-video:before { content: fa-content($fa-var-file-video); } .#{$fa-css-prefix}-file-video:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-file-video); }
.#{$fa-css-prefix}-file-pdf:before { content: fa-content($fa-var-file-pdf); } .#{$fa-css-prefix}-file-pdf:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-file-pdf); }
.#{$fa-css-prefix}-file-word:before { content: fa-content($fa-var-file-word); } .#{$fa-css-prefix}-file-word:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-file-word); }

View File

@@ -79,7 +79,7 @@ a.button:active {
background-color: $col_main_2; background-color: $col_main_2;
} }
.input-group-text i.fal { .input-group-text i.fad {
@extend .fa-fw; @extend .fa-fw;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -5,6 +5,7 @@
.fas, .fas,
.far, .far,
.fal, .fal,
.fad,
.fab { .fab {
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,6 @@
font-variant: normal; font-variant: normal;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
vertical-align: -.125em;
} }
@mixin fa-icon-rotate($degrees, $rotation) { @mixin fa-icon-rotate($degrees, $rotation) {

View File

@@ -7,7 +7,7 @@
.#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); }
.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } .#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); }
.#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(-1, -1, 2); } .#{$fa-css-prefix}-flip-both, .#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(-1, -1, 2); }
// Hook for IE8-9 // Hook for IE8-9
// ------------------------- // -------------------------
@@ -17,7 +17,8 @@
.#{$fa-css-prefix}-rotate-180, .#{$fa-css-prefix}-rotate-180,
.#{$fa-css-prefix}-rotate-270, .#{$fa-css-prefix}-rotate-270,
.#{$fa-css-prefix}-flip-horizontal, .#{$fa-css-prefix}-flip-horizontal,
.#{$fa-css-prefix}-flip-vertical { .#{$fa-css-prefix}-flip-vertical,
.#{$fa-css-prefix}-flip-both {
filter: none; filter: none;
} }
} }

View File

@@ -626,15 +626,15 @@
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-asc:before { content: fa-content($fa-var-sort-alpha-down); } .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-asc:before { content: fa-content($fa-var-sort-alpha-down); }
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-desc:before { content: fa-content($fa-var-sort-alpha-up); } .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-alpha-desc:before { content: fa-content($fa-var-sort-alpha-down-alt); }
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-asc:before { content: fa-content($fa-var-sort-amount-down); } .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-asc:before { content: fa-content($fa-var-sort-amount-down); }
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-desc:before { content: fa-content($fa-var-sort-amount-up); } .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-amount-desc:before { content: fa-content($fa-var-sort-amount-down-alt); }
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-asc:before { content: fa-content($fa-var-sort-numeric-down); } .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-asc:before { content: fa-content($fa-var-sort-numeric-down); }
.#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-desc:before { content: fa-content($fa-var-sort-numeric-up); } .#{$fa-css-prefix}.#{$fa-css-prefix}-sort-numeric-desc:before { content: fa-content($fa-var-sort-numeric-down-alt); }
.#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square { .#{$fa-css-prefix}.#{$fa-css-prefix}-youtube-square {
font-family: 'Font Awesome 5 Brands'; font-family: 'Font Awesome 5 Brands';

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
/*! /*!
* Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com * Font Awesome Pro 5.11.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License) * License - https://fontawesome.com/license (Commercial License)
*/ */
@import 'variables'; @import 'variables';
@@ -8,6 +8,7 @@
font-family: 'Font Awesome 5 Brands'; font-family: 'Font Awesome 5 Brands';
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
font-display: $fa-font-display;
src: url('#{$fa-font-path}/fa-brands-400.eot'); src: url('#{$fa-font-path}/fa-brands-400.eot');
src: url('#{$fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'), src: url('#{$fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'),
url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'), url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'),

1794
style/fa/duotone.scss Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
/*! /*!
* Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com * Font Awesome Pro 5.11.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License) * License - https://fontawesome.com/license (Commercial License)
*/ */
@import 'variables'; @import 'variables';

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 698 KiB

After

Width:  |  Height:  |  Size: 682 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,5 @@
/*! /*!
* Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com * Font Awesome Pro 5.11.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License) * License - https://fontawesome.com/license (Commercial License)
*/ */
@import 'variables'; @import 'variables';
@@ -8,6 +8,7 @@
font-family: 'Font Awesome 5 Pro'; font-family: 'Font Awesome 5 Pro';
font-style: normal; font-style: normal;
font-weight: 300; font-weight: 300;
font-display: $fa-font-display;
src: url('#{$fa-font-path}/fa-light-300.eot'); src: url('#{$fa-font-path}/fa-light-300.eot');
src: url('#{$fa-font-path}/fa-light-300.eot?#iefix') format('embedded-opentype'), src: url('#{$fa-font-path}/fa-light-300.eot?#iefix') format('embedded-opentype'),
url('#{$fa-font-path}/fa-light-300.woff2') format('woff2'), url('#{$fa-font-path}/fa-light-300.woff2') format('woff2'),

View File

@@ -1,5 +1,5 @@
/*! /*!
* Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com * Font Awesome Pro 5.11.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License) * License - https://fontawesome.com/license (Commercial License)
*/ */
@import 'variables'; @import 'variables';
@@ -8,6 +8,7 @@
font-family: 'Font Awesome 5 Pro'; font-family: 'Font Awesome 5 Pro';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-display: $fa-font-display;
src: url('#{$fa-font-path}/fa-regular-400.eot'); src: url('#{$fa-font-path}/fa-regular-400.eot');
src: url('#{$fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'), src: url('#{$fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'),
url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'), url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'),

View File

@@ -1,5 +1,5 @@
/*! /*!
* Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com * Font Awesome Pro 5.11.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License) * License - https://fontawesome.com/license (Commercial License)
*/ */
@import 'variables'; @import 'variables';
@@ -8,6 +8,7 @@
font-family: 'Font Awesome 5 Pro'; font-family: 'Font Awesome 5 Pro';
font-style: normal; font-style: normal;
font-weight: 900; font-weight: 900;
font-display: $fa-font-display;
src: url('#{$fa-font-path}/fa-solid-900.eot'); src: url('#{$fa-font-path}/fa-solid-900.eot');
src: url('#{$fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'), src: url('#{$fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'),
url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'), url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),

View File

@@ -1,5 +1,5 @@
/*! /*!
* Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com * Font Awesome Pro 5.11.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License) * License - https://fontawesome.com/license (Commercial License)
*/ */
@import 'variables'; @import 'variables';