From 2382a85f28acd059f4251388888eb64aeae78e3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20F=2E=20=28BeyondMagic/koetemagie=29?= Date: Fri, 11 Oct 2024 01:12:10 -0300 Subject: [PATCH] fix(pug): replace fontawesome --- dev/pug/layout/default.pug | 2 +- docs/disclaimer.html | 2 +- docs/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/pug/layout/default.pug b/dev/pug/layout/default.pug index e5859ea..aac2036 100644 --- a/dev/pug/layout/default.pug +++ b/dev/pug/layout/default.pug @@ -25,4 +25,4 @@ html include ../includes/footer script(src='assets/js/main.js') - script(src='https://kit.fontawesome.com/1c8bd05656.js' crossorigin='anonymous') + script(src='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css' crossorigin='anonymous') diff --git a/docs/disclaimer.html b/docs/disclaimer.html index 96ae8f0..fa372d7 100644 --- a/docs/disclaimer.html +++ b/docs/disclaimer.html @@ -70,6 +70,6 @@

Contact Us

- + \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index a5c0d19..a24fdb7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -30,6 +30,6 @@

FirefoxCSS Store

- + \ No newline at end of file