mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
Merge pull request #2696 from overleaf/ns-default-font-family-line-height
Set default options for font family and line height GitOrigin-RevId: 7c5a29134e75e3545e508021c305fa6d6e0d04c1
This commit is contained in:
@@ -806,8 +806,8 @@ const ProjectController = {
|
||||
autoPairDelimiters: user.ace.autoPairDelimiters,
|
||||
pdfViewer: user.ace.pdfViewer,
|
||||
syntaxValidation: user.ace.syntaxValidation,
|
||||
fontFamily: user.ace.fontFamily,
|
||||
lineHeight: user.ace.lineHeight,
|
||||
fontFamily: user.ace.fontFamily || 'lucida',
|
||||
lineHeight: user.ace.lineHeight || 'normal',
|
||||
overallTheme: user.ace.overallTheme
|
||||
},
|
||||
trackChangesState: project.track_changes,
|
||||
|
||||
Reference in New Issue
Block a user