Skip to content

Instantly share code, notes, and snippets.

View k3v1ntang's full-sized avatar

Kevin Tang k3v1ntang

View GitHub Profile
@k3v1ntang
k3v1ntang / print.css
Last active June 18, 2024 02:59 — forked from ScottKillen/print.css
Obsidian - PDF Stylesheet
@media print {
/* set your preferred fonts here. */
:root {
--body-font-family: "Newsreader Text", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
--header-font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
--code-font-family: MonoLisa, Menlo, SFMono-Regular, Consolas, "Roboto Mono", monospace;
}