Remove Font Awesome solid assets and CSS properties
This commit is contained in:
parent
2a1c8daea0
commit
39c00e0ff0
|
@ -24,7 +24,6 @@
|
||||||
{# Font Awesome #}
|
{# Font Awesome #}
|
||||||
<link href="{{'/assets/fonts/fontawesome/css/fontawesome.css' | url | safe}}" rel="stylesheet" />
|
<link href="{{'/assets/fonts/fontawesome/css/fontawesome.css' | url | safe}}" rel="stylesheet" />
|
||||||
<link href="{{'/assets/fonts/fontawesome/css/brands.css' | url | safe}}" rel="stylesheet" />
|
<link href="{{'/assets/fonts/fontawesome/css/brands.css' | url | safe}}" rel="stylesheet" />
|
||||||
<link href="{{'/assets/fonts/fontawesome/css/solid.css' | url | safe}}" rel="stylesheet" />
|
|
||||||
|
|
||||||
{# Favicon #}
|
{# Favicon #}
|
||||||
{% block favicon %}
|
{% block favicon %}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -8,12 +8,6 @@
|
||||||
font-weight: var(--fa-style, 900); }
|
font-weight: var(--fa-style, 900); }
|
||||||
|
|
||||||
.fa,
|
.fa,
|
||||||
.fa-classic,
|
|
||||||
.fa-sharp,
|
|
||||||
.fas,
|
|
||||||
.fa-solid,
|
|
||||||
.far,
|
|
||||||
.fa-regular,
|
|
||||||
.fab,
|
.fab,
|
||||||
.fa-brands {
|
.fa-brands {
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
@ -24,19 +18,6 @@
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
text-rendering: auto; }
|
text-rendering: auto; }
|
||||||
|
|
||||||
.fas,
|
|
||||||
.fa-classic,
|
|
||||||
.fa-solid,
|
|
||||||
.far,
|
|
||||||
.fa-regular {
|
|
||||||
font-family: 'Font Awesome 6 Free'; }
|
|
||||||
|
|
||||||
.fab,
|
.fab,
|
||||||
.fa-brands {
|
.fa-brands {
|
||||||
font-family: 'Font Awesome 6 Brands'; }
|
font-family: 'Font Awesome 6 Brands'; }
|
||||||
|
|
||||||
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
|
||||||
readers do not read off random characters that represent icons */
|
|
||||||
|
|
||||||
.fa-chevron-up::before {
|
|
||||||
content: "\f077"; }
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,19 +0,0 @@
|
||||||
/*!
|
|
||||||
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
|
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
||||||
* Copyright 2024 Fonticons, Inc.
|
|
||||||
*/
|
|
||||||
:root, :host {
|
|
||||||
--fa-style-family-classic: 'Font Awesome 6 Free';
|
|
||||||
--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Font Awesome 6 Free';
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 900;
|
|
||||||
font-display: block;
|
|
||||||
src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }
|
|
||||||
|
|
||||||
.fas,
|
|
||||||
.fa-solid {
|
|
||||||
font-weight: 900; }
|
|
|
@ -1,6 +0,0 @@
|
||||||
/*!
|
|
||||||
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
|
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
||||||
* Copyright 2024 Fonticons, Inc.
|
|
||||||
*/
|
|
||||||
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue