Header: add new font
This commit is contained in:
parent
308a810c51
commit
c0d71fd49f
|
@ -11,7 +11,7 @@ import { SITE_TITLE } from '../consts';
|
||||||
<HeaderLink href="/about">About</HeaderLink>
|
<HeaderLink href="/about">About</HeaderLink>
|
||||||
</div>
|
</div>
|
||||||
<div class="fun-quote" style="margin: 0">
|
<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>
|
||||||
<div class="social-links flex space-x-8 items-center">
|
<div class="social-links flex space-x-8 items-center">
|
||||||
<a href="https://discord.com/users/180472559148597249" target="_blank">
|
<a href="https://discord.com/users/180472559148597249" target="_blank">
|
||||||
|
|
|
@ -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 {
|
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;
|
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 {
|
:root {
|
||||||
--accent: #2337ff;
|
--accent: #2337ff;
|
||||||
|
|
Loading…
Reference in a new issue