mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
change default font family for both Markdown editing and reading
This commit is contained in:
parent
4c0f376190
commit
9b21ce444d
@ -1,6 +1,6 @@
|
||||
body{
|
||||
margin: 0 auto;
|
||||
font-family: Georgia, Palatino, serif;
|
||||
font-family: Microsoft YaHei, WenQuanYi Micro Hei, Dengxian, Liberation Sans, Fangsong, NSimSun, Kaiti, Droid Sans, SimSun, Arial, Georgia, Palatino, serif;
|
||||
color: #444444;
|
||||
line-height: 1;
|
||||
padding: 30px;
|
||||
@ -67,7 +67,7 @@ pre {
|
||||
overflow: auto;
|
||||
}
|
||||
code {
|
||||
font-family: Consolas, Monaco, Andale Mono, monospace;
|
||||
font-family: Consolas, Monaco, Andale Mono, Monospace;
|
||||
line-height: 1.5;
|
||||
font-size: 14px;
|
||||
color: #4527A0;
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Created by Le Tan (tamlokveer@gmail.com)
|
||||
|
||||
editor
|
||||
font-family: Microsoft YaHei, WenQuanYi Micro Hei, Droid Sans, SimSun, Georgia, Palatino, Arial, serif
|
||||
font-family: Microsoft YaHei, WenQuanYi Micro Hei, Dengxian, Liberation Sans, Fangsong, NSimSun, Kaiti, Droid Sans, SimSun, Arial, Georgia, Palatino, serif
|
||||
|
||||
H1
|
||||
foreground: 111111
|
||||
|
Loading…
x
Reference in New Issue
Block a user