From: Bill Erickson 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=c58ab4d2e54c815ab93091969d9495aa3d117a8a;p=working%2FEvergreen.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 Signed-off-by: Rogan Hamby --- diff --git a/Open-ILS/src/templates/staff/css/cat.css.tt2 b/Open-ILS/src/templates/staff/css/cat.css.tt2 index de6904a9df..c27f504270 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 {