Change font to something more darker and easier yo read. - tgtimes - The Gopher… | |
git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 1221a3fbe6238bc56d5c11bdcbb1119892aabf33 | |
parent 8a8e385b409f3cec3918853bdd21276a59980b49 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Tue, 8 Aug 2023 11:28:00 +0200 | |
Change font to something more darker and easier yo read. | |
Diffstat: | |
M Makefile | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -30,6 +30,7 @@ ${tgtimes}.txt: ${mdptxtfiles} ${txtptxtfiles} ${rawptxtfiles} | |
${tgtimes}.pdf: ${tgtimes}.txt | |
u2ps --header="The Gopher Times Opus ${v}" \ | |
+ -f Liberation \ | |
--wrap --mark \ | |
--footer="page #" ${tgtimes}.txt ${tgtimes}.ps | |
9 ps2pdf ${tgtimes}.ps ${tgtimes}.pdf |