use iosevka fonts

Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
This commit is contained in:
Soc Virnyl Estela 2024-06-28 16:50:16 +08:00
parent a438aba560
commit 041e109d05
Signed by: uncomfyhalomacro
SSH key fingerprint: SHA256:9Ez84JDMZLHJvRH+Kjgvlb+eX82QYEW127e6Rj66zBY
3 changed files with 1070 additions and 7 deletions

View file

@ -8,21 +8,21 @@ import * as Plugin from "./quartz/plugins"
*/
const config: QuartzConfig = {
configuration: {
pageTitle: "uncomfy's zettel",
pageTitle: "uncomfy's zettelkasten",
enableSPA: true,
enablePopovers: true,
analytics: null,
locale: "en-US",
baseUrl: "uncomfyhalomacro.pl",
ignorePatterns: ["private", "templates", ".obsidian", ".zk"],
ignorePatterns: ["private", "templates", ".obsidian", ".zk", "Templates"],
defaultDateType: "created",
theme: {
fontOrigin: "googleFonts",
fontOrigin: "local",
cdnCaching: true,
typography: {
header: "Schibsted Grotesk",
body: "Source Sans Pro",
code: "IBM Plex Mono",
header: "Iosevka Etoile",
body: "Iosevka Etoile",
code: "Iosevka Fixed",
},
colors: {
lightMode: {
@ -52,7 +52,7 @@ const config: QuartzConfig = {
transformers: [
Plugin.FrontMatter(),
Plugin.CreatedModifiedDate({
priority: ["frontmatter", "filesystem"],
priority: ["frontmatter", "git"],
}),
Plugin.SyntaxHighlighting({
theme: {

View file

@ -1,6 +1,7 @@
@use "./variables.scss" as *;
@use "./syntax.scss";
@use "./callouts.scss";
@use "./fonts.scss";
html {
scroll-behavior: smooth;

1062
quartz/styles/fonts.scss Normal file

File diff suppressed because it is too large Load diff