feat: regular font for easier reading

This commit is contained in:
2025-04-09 16:52:21 +01:00
parent bc04cbfc54
commit 435c5c7847
3 changed files with 11 additions and 1 deletions

View File

@@ -6,6 +6,9 @@
type="application/rss+xml"
href="{{.Site.BaseURL }}/index.xml"
title="{{ .Site.Title }}">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
</head>
<body>