Skip to content

Commit

Permalink
Remove font-awesome and twemoji from the site head.
Browse files Browse the repository at this point in the history
  • Loading branch information
Southpaw1496 committed Aug 29, 2024
1 parent eec3111 commit 5d94a47
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/components/setpieces/HtmlHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,7 @@ const titleFormatted = t("title-formatted", {
<script>
import "src/script";
</script>
<script
async
src="https://kit.fontawesome.com/b1b70f724e.js"
crossorigin="anonymous"
></script>
<noscript>
<link href="/assets/fontawesome/css/all.min.css" rel="stylesheet" />
</noscript>
<script
async
src="https://unpkg.com/[email protected]/dist/twemoji.min.js"
crossorigin="anonymous"
></script>

<link href="/assets/css/prism-material-dark.css" rel="stylesheet" media="(prefers-color-scheme: dark)" />
<link href="/assets/css/prism-material-light.css" rel="stylesheet" media="(prefers-color-scheme: light)" />
</head>

1 comment on commit 5d94a47

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages: https://91154932.quiltmc-org.pages.dev

Please sign in to comment.