forked from github/pelican
feat: change subheading font to C64
This commit is contained in:
parent
9818b62a2f
commit
279c589a84
5 changed files with 26 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue