commit 7157e42044a1157b6b9e6f504af77730a4ecd538
Author: Stephan Witt <sw...@lyx.org>
Date:   Wed Aug 23 21:36:10 2023 +0200

    #11921 change default roman (serif) screen font
    
    The hard coded LyX default font (Times) doesn't work well on macOS.
    The text seems to be shifted slightly upwards.
---
 development/MacOSX/lyxrc.dist.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/MacOSX/lyxrc.dist.in b/development/MacOSX/lyxrc.dist.in
index 4072f44..968288e 100644
--- a/development/MacOSX/lyxrc.dist.in
+++ b/development/MacOSX/lyxrc.dist.in
@@ -26,7 +26,7 @@ Format 24
 # SCREEN & FONTS SECTION ############################
 #
 
-\screen_font_roman "Times"
+\screen_font_roman "Times New Roman"
 \screen_font_sans "Helvetica"
 \screen_font_typewriter "Courier"
 \open_buffers_in_tabs false
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to