feat(18): google fonts fix
maybe they stopped working without tracking?
This commit is contained in:
parent
a541a2dac2
commit
44c89e6559
|
@ -75,7 +75,9 @@ templ spendingSummaryComponent(expenses, percentages []float32, currentDayNum in
|
|||
templ IndexPage() {
|
||||
<html lang="en">
|
||||
<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 href="/static/output.css" rel="stylesheet"/>
|
||||
<meta charset="UTF-8"/>
|
||||
|
|
Loading…
Reference in New Issue