Skip to content

Commit fe7c604

Browse files
committed
Self-host Font Awesome
1 parent 7fbb318 commit fe7c604

27 files changed

Lines changed: 18491 additions & 7 deletions

src/davidbingmann_de/assets/fontawesome/css/all.css

Lines changed: 7876 additions & 0 deletions
Large diffs are not rendered by default.

src/davidbingmann_de/assets/fontawesome/css/all.min.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/davidbingmann_de/assets/fontawesome/css/brands.css

Lines changed: 1600 additions & 0 deletions
Large diffs are not rendered by default.

src/davidbingmann_de/assets/fontawesome/css/brands.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/davidbingmann_de/assets/fontawesome/css/fontawesome.css

Lines changed: 6215 additions & 0 deletions
Large diffs are not rendered by default.

src/davidbingmann_de/assets/fontawesome/css/fontawesome.min.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*!
2+
* Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
3+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4+
* Copyright 2024 Fonticons, Inc.
5+
*/
6+
:root, :host {
7+
--fa-style-family-classic: 'Font Awesome 6 Free';
8+
--fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }
9+
10+
@font-face {
11+
font-family: 'Font Awesome 6 Free';
12+
font-style: normal;
13+
font-weight: 400;
14+
font-display: block;
15+
src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }
16+
17+
.far,
18+
.fa-regular {
19+
font-weight: 400; }
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*!
2+
* Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
3+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4+
* Copyright 2024 Fonticons, Inc.
5+
*/
6+
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*!
2+
* Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
3+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4+
* Copyright 2024 Fonticons, Inc.
5+
*/
6+
:root, :host {
7+
--fa-style-family-classic: 'Font Awesome 6 Free';
8+
--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }
9+
10+
@font-face {
11+
font-family: 'Font Awesome 6 Free';
12+
font-style: normal;
13+
font-weight: 900;
14+
font-display: block;
15+
src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }
16+
17+
.fas,
18+
.fa-solid {
19+
font-weight: 900; }
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*!
2+
* Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
3+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4+
* Copyright 2024 Fonticons, Inc.
5+
*/
6+
: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}

0 commit comments

Comments
 (0)