Header: add new font

This commit is contained in:
Akemi Izuko 2023-12-25 22:26:26 -07:00
parent 308a810c51
commit c0d71fd49f
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC
2 changed files with 10 additions and 1 deletions

View file

@ -11,7 +11,7 @@ import { SITE_TITLE } from '../consts';
<HeaderLink href="/about">About</HeaderLink>
</div>
<div class="fun-quote" style="margin: 0">
<span class="hover:underline">The QT on Wayland</span>
<span style="font-family: PoetsenOne" class="text-2xl">The QT on Wayland</span>
</div>
<div class="social-links flex space-x-8 items-center">
<a href="https://discord.com/users/180472559148597249" target="_blank">

View file

@ -1,6 +1,15 @@
@font-face {
font-family: 'PoetsenOne';
src: url('/fonts/PoetsenOne-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}
body {
font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
/*/
:root {
--accent: #2337ff;