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 {
|
||||
|
|
|
|||
|
|
@ -554,6 +554,16 @@ video {
|
|||
display: none;
|
||||
}
|
||||
|
||||
@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 */
|
||||
|
|
@ -703,6 +713,11 @@ dd {
|
|||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: disc;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
/* Preflight is injected here */
|
||||
|
||||
.prose {
|
||||
|
|
@ -1393,10 +1408,6 @@ code {
|
|||
vertical-align: top;
|
||||
}
|
||||
|
||||
.font-subheading {
|
||||
font-family: Stardom, sans-serif;
|
||||
}
|
||||
|
||||
.text-2xl {
|
||||
font-size: 1.5rem;
|
||||
line-height: 2rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue