diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2026-04-14 20:47:18 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2026-04-14 20:47:18 +0200 |
| commit | b5c4ba6f894e4bc855825dd86a993bb38922c54b (patch) | |
| tree | f409879b1c4862bf4945ea3d4aff3cdd111df770 /layouts | |
| parent | 74ba275aea87646617378d43bec0791b9b7765b9 (diff) | |
Changed the font
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/_default/baseof.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 0afdceb..012e942 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -14,9 +14,7 @@ <meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}" /> <meta name="keywords" content="Karan, Jayachandra, Notes"> <meta name="author" content="Karan Jayachandra"> - <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=JetBrains+Mono&display=swap" rel="stylesheet"> + <link href="https://cdn.jsdelivr.net/npm/computer-modern@0.1.3/cmu-serif.min.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" media="screen" href="/main.css"/> <link rel="icon" href="https://karanj.com/favicon-light.png" type="image/x-icon"> <link rel="icon" href="https://karanj.com/favicon-dark.png" type="image/x-icon" media="(prefers-color-scheme: dark)"> |
