Skip to content

Instantly share code, notes, and snippets.

View ceciliamay's full-sized avatar

mei ceciliamay

View GitHub Profile
@ScottKillen
ScottKillen / print.css
Last active July 24, 2024 02:15
PDF export stylesheet for obsidian
/* Obsidian snippet to style output of pdf exports
*/
@media print {
/* set your preferred fonts here.
*/
:root {
--body-font-family: "Newsreader Text", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;