updated pdf with font links

This commit is contained in:
2026-03-29 21:05:50 -05:00
parent d934c713a4
commit a17d61dc2c

View File

@@ -228,7 +228,10 @@ BITCOIN
fi fi
# Convert the Markdown text into a beautiful PDF! # Convert the Markdown text into a beautiful PDF!
pandoc "$FILE" -o "$DOC_DIR/Sovran_SystemsOS_Magic_Keys.pdf" --pdf-engine=typst pandoc "$FILE" -o "$DOC_DIR/Sovran_SystemsOS_Magic_Keys.pdf" --pdf-engine=typst \
-V mainfont="Liberation Sans" \
-V monofont="Liberation Mono"
# Make sure the 'free' user owns the file so they can open it # Make sure the 'free' user owns the file so they can open it
chown -R free:users "$DOC_DIR" chown -R free:users "$DOC_DIR"