added jetbrains mono for development badge

This commit is contained in:
Andreas Hnida 2024-04-20 15:22:48 +02:00
commit 86ecf97eb8

View file

@ -13,9 +13,14 @@ itemtype="http://schema.org/WebPage">
<!-- style (always cache it) -->
{{ partialCached "essentials/style.html" . }}
{{ if not hugo.IsProduction }}
<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:ital,wght@0,100..800;1,100..800&display=swap" rel="stylesheet">
{{ end }}
</head>
<body class="{{ if eq .Site.Params.environment "development" }}env-development{{ end }}">
<body class="{{ if not hugo.IsProduction }}env-development{{ end }}">
<!-- cache partial only in production -->
{{ if hugo.IsProduction }}
{{ partialCached "preloader.html" . }}