Skip to content

Commit 1920cf3

Browse files
committed
refactor: move fonts
Moved font locations and update all.css to have absolute path Should allow the CSS to work on config.html as well as the other html files.
1 parent 2c5359f commit 1920cf3

16 files changed

+6
-6
lines changed

style/vendor/all.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -4256,8 +4256,8 @@ readers do not read off random characters that represent icons */
42564256
font-style: normal;
42574257
font-weight: normal;
42584258
font-display: auto;
4259-
src: url("../webfonts/fa-brands-400.eot");
4260-
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"); }
4259+
src: url("/style/webfonts/fa-brands-400.eot");
4260+
src: url("/style/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/style/webfonts/fa-brands-400.woff2") format("woff2"), url("/style/webfonts/fa-brands-400.woff") format("woff"), url("/style/webfonts/fa-brands-400.ttf") format("truetype"), url("/style/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
42614261

42624262
.fab {
42634263
font-family: 'Font Awesome 5 Brands'; }
@@ -4266,8 +4266,8 @@ readers do not read off random characters that represent icons */
42664266
font-style: normal;
42674267
font-weight: 400;
42684268
font-display: auto;
4269-
src: url("../webfonts/fa-regular-400.eot");
4270-
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"); }
4269+
src: url("/style/webfonts/fa-regular-400.eot");
4270+
src: url("/style/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/style/webfonts/fa-regular-400.woff2") format("woff2"), url("/style/webfonts/fa-regular-400.woff") format("woff"), url("/style/webfonts/fa-regular-400.ttf") format("truetype"), url("/style/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
42714271

42724272
.far {
42734273
font-family: 'Font Awesome 5 Free';
@@ -4277,8 +4277,8 @@ readers do not read off random characters that represent icons */
42774277
font-style: normal;
42784278
font-weight: 900;
42794279
font-display: auto;
4280-
src: url("../webfonts/fa-solid-900.eot");
4281-
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"); }
4280+
src: url("/style/webfonts/fa-solid-900.eot");
4281+
src: url("/style/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/style/webfonts/fa-solid-900.woff2") format("woff2"), url("/style/webfonts/fa-solid-900.woff") format("woff"), url("/style/webfonts/fa-solid-900.ttf") format("truetype"), url("/style/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
42824282

42834283
.fa,
42844284
.fas {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)