1
0
Fork 0
forked from github/pelican

feat: change subheading font to C64

This commit is contained in:
Oliver Ladner 2025-01-22 15:32:36 +01:00
commit 279c589a84
5 changed files with 26 additions and 6 deletions

View file

@ -3,6 +3,13 @@
@tailwind utilities;
@layer base {
@font-face {
/*https://style64.org/c64-truetype*/
font-family: "C64 Pro Mono";
font-weight: 400;
src: url(/theme/font/C64_Pro_Mono-STYLE.woff2) format("woff");
}
html {
/* text-lg == prose-lg */
/* text-xl == prose-xl */
@ -42,6 +49,9 @@
dd {
@apply ml-12 md:ml-24;
}
ul {
@apply pl-4 list-disc;
}
}
@layer components {