Editions, txm.css less bookish style
Current txm.css seems more appropriate to book style corpus.
TXM 0.8.1? (Book) style CSS is:
color : #f8f7ee;
width: 400px;
font-family: junicode, verdana
TXM 0.8.3 style CSS is:
txmeditionpage {
background-color: #fdfdf9; /* background */
font-family: junicode, verdana; /* default font */
width: 600px; /* page width */
}
Solution 1 : 0.8.3 + ui-sans-serif
color : #fdfdf9;
width: 600px;
font-family: ui-sans-serif, sans-serif;
(from redmine: issue id 2472, created on 2018/11/30 by Matthieu Decorde)