From fd7db5d4425ec0ff8cd6fa22df2581e0962f9852 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 14 Mar 2019 17:02:31 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/staff/css/cat.css.tt2 | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.11.0