resume changes

This commit is contained in:
Rüdiger Diedrich
2024-06-10 22:09:30 +02:00
parent 8dbfb9ceed
commit 7c05604158
7 changed files with 246 additions and 28 deletions

View File

@ -26,6 +26,14 @@
href={static_path(@conn, ~p"/favicon-16x16.png")}
/>
<link rel="manifest" href="/site.webmanifest" />
<link rel="preconnect" href="https://rsms.me/" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<style>
:root { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
:root { font-family: 'Inter var', sans-serif; }
</style>
<link phx-track-static rel="stylesheet" href={static_url(@conn, ~p"/assets/app.css")} />
<script
defer