mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 14:29:54 +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{
|
body{
|
||||||
margin: 0 auto;
|
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;
|
color: #444444;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
@ -67,7 +67,7 @@ pre {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
font-family: Consolas, Monaco, Andale Mono, monospace;
|
font-family: Consolas, Monaco, Andale Mono, Monospace;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #4527A0;
|
color: #4527A0;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Created by Le Tan (tamlokveer@gmail.com)
|
# Created by Le Tan (tamlokveer@gmail.com)
|
||||||
|
|
||||||
editor
|
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
|
H1
|
||||||
foreground: 111111
|
foreground: 111111
|
||||||
|
Loading…
x
Reference in New Issue
Block a user