stop using cdns for fonts

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2022-01-31 16:53:03 -05:00
parent f30e5c1596
commit facb807b81
18 changed files with 61 additions and 2 deletions

View file

@ -14,8 +14,8 @@
<meta name="color-scheme" content="dark light">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/css/main.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono&family=Nunito:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/nunito.css">
<link rel="stylesheet" href="/css/jetbrainsmono.css">
<title>{{title}} &ndash; Prose</title>
</head>
<body>