From: Bill Erickson <berickxx@gmail.com> Date: Thu, 14 Mar 2019 21:02:31 +0000 (-0400) Subject: LP1817601 MARC Flat Text Editor Monospace Font X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=36e6e00f69c7159eabccc77dc205a0e5c3240c52;p=contrib%2FConifer.git LP1817601 MARC Flat Text Editor Monospace Font Use a fixed width font in the MARC flat text editor, consistent with the fonts used for the non-flat-text editor. Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com> --- diff --git a/Open-ILS/src/templates/staff/css/cat.css.tt2 b/Open-ILS/src/templates/staff/css/cat.css.tt2 index 4a05b28002..0b373e407d 100644 --- a/Open-ILS/src/templates/staff/css/cat.css.tt2 +++ b/Open-ILS/src/templates/staff/css/cat.css.tt2 @@ -14,6 +14,7 @@ .marcflateditor { max-width: 100%; + font-family: 'Lucida Console', Monaco, monospace; } .marcfastitemadd, .marctypesource {