Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
perf: ⚡ speedup fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jak2k committed Feb 24, 2023
1 parent 34b2670 commit ee9ff0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{{ block "title" . }} {{ .Title }} | Project Competentia {{ end }}
</title>
<meta name="description" content="{{.Page.Summary}}" />
<link rel="preload" href="/fonts/Chivo/Chivo-Italic-VariableFont_wght.ttf" as="font" type="truetype">
<link rel="stylesheet" href="/styles/fonts.css" />
<link rel="stylesheet" href="/styles/base.css" />
</head>
Expand Down

1 comment on commit ee9ff0c

@vercel
Copy link

@vercel vercel bot commented on ee9ff0c Feb 24, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.