On Fri, 2010-08-13 at 16:45 -0500, Jesse Ephraim wrote: > While we're talking about spine labels, is there any way (from > Evergreen) to make the letters bold? >
At Conifer, we've been printing bold spine labels in a bold Arial font for over a year now; it was a high-priority request from our technical services folks. There are two files that we replaced on our 1.6.0 system that haven't changed (with the exception of white space) on our 1.6.1 system: This one goes in the /openils/var/web/xul/<version>/server/cat/ directory: http://svn.open-ils.org/trac/ILS-Contrib/browser/conifer/branches/rel_1_6_1/xul/server/cat/spine_labels.js And this one goes in the /openils/var/web/xul/<version>/server/skin/ directory: http://svn.open-ils.org/trac/ILS-Contrib/browser/conifer/branches/rel_1_6_1/xul/server/skin/print.css That should get you the bold spine labels with an eye-pleasing Arial font. The actual changes from the stock files are minimal - just a couple of lines. If you want to change the font, just search for "Arial" in the files and replace it with the font name you prefer.
