mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Switch to serif font for rich text
Makes rich text ressemble a manuscript more closely
This commit is contained in:
parent
b00cad19ff
commit
f95fb38056
1 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
|||
@rt-font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
|
||||
// @rt-font-family-serif: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
|
||||
@rt-font-family-serif: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
|
||||
|
||||
.rich-text .CodeMirror {
|
||||
font-family: @rt-font-family;
|
||||
font-family: @rt-font-family-serif;
|
||||
font-size: 1.15em;
|
||||
|
||||
pre {
|
||||
font-family: @rt-font-family;
|
||||
font-family: @rt-font-family-serif;
|
||||
}
|
||||
|
||||
// TODO: Change prefix away from wl- ?
|
||||
|
|
Loading…
Reference in a new issue