https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25384
--- Comment #16 from Chris Nighswonger <[email protected]> --- (In reply to Fridolin SOMERS from comment #15) > Nice job ;) > > Since default font in koha-conf.xml is "DejaVu", shouldn't we define it as > default for font names, instead of MS-non-opensource fonts "Times-Roman", > ... ? DejaVu does not appear to be one of the 14 base fonts. Be careful about making this change before understanding how PDFs and these fonts relate. Here are a couple of resources: https://kbpdfstudio.qoppa.com/standard-14-pdf-fonts/ https://www.adobe.com/devnet/font.html Switching to a non-base font could cause problems on some systems. The pdf code in Koha is set to embed fonts which should avoid most potential issues. But we should be aware that defaulting to a non-base font "might" introduce an issue depending on the system used to open the resulting PDF. FTR: This is not an objection to Fridolin's suggestion. I'm all for cutting MS out of the picture altogether whenever possible. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
