change font

remotes/1693045480750635534/spooky-22
gooseman 2022-10-22 13:00:27 -07:00
parent 14e20d969d
commit 9cc651ebc8
2 changed files with 6 additions and 1 deletions

View File

@ -18,6 +18,11 @@
src: url("/assets/fonts/halloween/XTypewriter-Regular.woff") format("woff");
}
@font-face {
font-family: "SpecialElite-Regular";
src: url("/assets/fonts/halloween/SpecialElite-Regular.woff") format("woff");
}
/* Halloween Theming */
:root {
--primary: #F66A3C;
@ -107,7 +112,7 @@ pre {
}
.post-title a, h1.post-title {
font-family: 'XTypewriter-Regular';
font-family: 'SpecialElite-Regular';
font-size: 1.25rem;
}