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=refs%2Fheads%2Fuser%2Fberick%2Flp1817601-marc-flat-text-font;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 --- diff --git a/Open-ILS/src/templates/staff/css/cat.css.tt2 b/Open-ILS/src/templates/staff/css/cat.css.tt2 index cbbdfbaadf..bf576fe4c0 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 {