Koha Test Wiki MediaWiki MySQL Binary Upgrade

One of a series of test instances for migrating the Koha Wiki MediaWiki database.

For the current Koha Wiki, visit https://wiki.koha-community.org .

Receipt Printing Fonts

From Koha Test Wiki MediaWiki MySQL Binary Upgrade
Jump to navigation Jump to search

Avast ye swabbies! Freshly pirated from Wizzyrea, there's all ye needs know about hackin' yer receipt printer! Yarrr, font be a cruel mistress.

There is a lot you could do to the fonts/receipts, a decent primer on font styling in CSS is available here: http://www.w3schools.com/css/css_font.asp. If you are using Koha 3.4+, there is the IntranetUserCSS preference that you can use

#receipt {
   font: 15px, arial, sans-serif; /*editing to your whim, of course*/
}

to style your receipt fonts.