feat(18): google fonts fix

maybe they stopped working without tracking?
This commit is contained in:
efim 2024-03-13 15:57:42 +00:00
parent a541a2dac2
commit 44c89e6559
1 changed files with 3 additions and 1 deletions

View File

@ -75,7 +75,9 @@ templ spendingSummaryComponent(expenses, percentages []float32, currentDayNum in
templ IndexPage() { templ IndexPage() {
<html lang="en"> <html lang="en">
<head> <head>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@400,700&display=swap" rel="stylesheet"/> <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=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap" rel="stylesheet"/>
<link rel="stylesheet" href="/styles/templ.css"/> <link rel="stylesheet" href="/styles/templ.css"/>
<link href="/static/output.css" rel="stylesheet"/> <link href="/static/output.css" rel="stylesheet"/>
<meta charset="UTF-8"/> <meta charset="UTF-8"/>