First go at it :) #1

Merged
atridad merged 12 commits from dev into main 2026-05-02 02:01:53 -06:00
11 changed files with 65 additions and 12 deletions
Showing only changes of commit 3828c146ee - Show all commits
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+63
View File
@@ -0,0 +1,63 @@
@font-face {
font-family: 'JetBrains Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/static/fonts/JetBrainsMono-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'JetBrains Mono';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/static/fonts/JetBrainsMono-Medium.ttf) format('truetype');
}
@font-face {
font-family: 'Outfit';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/static/fonts/Outfit-Medium.ttf) format('truetype');
}
@font-face {
font-family: 'Outfit';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(/static/fonts/Outfit-SemiBold.ttf) format('truetype');
}
@font-face {
font-family: 'Outfit';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(/static/fonts/Outfit-Bold.ttf) format('truetype');
}
@font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/static/fonts/PlusJakartaSans-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/static/fonts/PlusJakartaSans-Medium.ttf) format('truetype');
}
@font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(/static/fonts/PlusJakartaSans-SemiBold.ttf) format('truetype');
}
@font-face {
font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(/static/fonts/PlusJakartaSans-Bold.ttf) format('truetype');
}
+2 -12
View File
@@ -25,12 +25,7 @@
<link rel="icon" href="/static/img/favicon.ico" sizes="any" /> <link rel="icon" href="/static/img/favicon.ico" sizes="any" />
<link rel="icon" type="image/svg+xml" href="/static/img/logo.webp" /> <link rel="icon" type="image/svg+xml" href="/static/img/logo.webp" />
<link rel="apple-touch-icon" href="/static/img/logo.png" /> <link rel="apple-touch-icon" href="/static/img/logo.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="stylesheet" href="/static/fonts/fonts.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Outfit:wght@500;600;700&family=JetBrains+Mono:wght@400;500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/static/styles/main.css" /> <link rel="stylesheet" href="/static/styles/main.css" />
{{if .UseHTMX}} {{if .UseHTMX}}
<script src="/static/js/htmx.min.js" defer></script> <script src="/static/js/htmx.min.js" defer></script>
@@ -65,12 +60,7 @@
<link rel="icon" href="/static/img/favicon.ico" sizes="any" /> <link rel="icon" href="/static/img/favicon.ico" sizes="any" />
<link rel="icon" type="image/svg+xml" href="/static/img/logo.webp" /> <link rel="icon" type="image/svg+xml" href="/static/img/logo.webp" />
<link rel="apple-touch-icon" href="/static/img/logo.png" /> <link rel="apple-touch-icon" href="/static/img/logo.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="stylesheet" href="/static/fonts/fonts.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Outfit:wght@500;600;700&family=JetBrains+Mono:wght@400;500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/static/styles/main.css" /> <link rel="stylesheet" href="/static/styles/main.css" />
</head> </head>
{{end}} {{define "brand-mark"}} {{end}} {{define "brand-mark"}}