From 276bdbbcdcec6a0d63e983e73b7042673860a2e1 Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Wed, 2 Oct 2024 12:40:19 +0200 Subject: [PATCH] simplify ebook styling config --- book/book.toml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/book/book.toml b/book/book.toml index a49ae4c..63f50e2 100644 --- a/book/book.toml +++ b/book/book.toml @@ -119,18 +119,6 @@ standalone = true metadata-file = "metadata.yml" [output.pandoc.profile.html.variables] -mainfont = "CoreSansA45.ttf" -mainfontoptions = [ - "BoldFont=CoreSansA65.ttf", - "ItalicFont=CoreSansA45It.ttf", - "BoldItalicFont=CoreSansA65It.ttf", -] -sansfont = "CoreSansA45.ttf" -sansfontoptions = [ - "BoldFont=CoreSansA65.ttf", - "ItalicFont=CoreSansA45It.ttf", - "BoldItalicFont=CoreSansA65It.ttf", -] # You can get these fonts here: https://fonts.google.com/selection?query=noto+color+ monofont = "Noto Sans Mono" mainfontfallback = ["Noto Color Emoji:mode=harf"] @@ -138,6 +126,4 @@ sansfontfallback = ["Noto Color Emoji:mode=harf"] monofontfallback = [ "Noto Color Emoji:mode=harf", ] -linkcolor = "Links" -urlcolor = "Links" urlstyle = "rm" -- 2.45.2