Skip to content

Commit

Permalink
docs: remove link to deleted webfont
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Jun 9, 2024
1 parent c8cdb89 commit 630ee0a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,6 @@ export default {
description:
"The little server that connects your website to the independent web.",
head: [
[
"link",
{
rel: "preload",
href: "/mona-sans.woff2",
as: "font",
type: "font/woff2",
crossorigin: true,
},
],
["link", { rel: "icon", href: "/icon.svg" }],
["meta", { name: "supported-color-schemes", content: "light dark" }],
["meta", { name: "theme-color", content: "#60c" }],
Expand Down

0 comments on commit 630ee0a

Please sign in to comment.