fix font?

This commit is contained in:
echo 2017-12-22 14:12:12 +08:00
parent 9b33c7ee49
commit c7879dfa14

View File

@ -5,7 +5,7 @@
<style> <style>
html,body,div,img{margin:0;padding:0;} html,body,div,img{margin:0;padding:0;}
body{ body{
font-family:Roboto,Helvetica,Arial,sans-serif; font-family:-apple-system,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif;
background-color: #F5F5F5; background-color: #F5F5F5;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
@ -46,7 +46,8 @@
margin-left: 22px; margin-left: 22px;
margin-top: 21px; margin-top: 21px;
line-height: 20px; line-height: 20px;
font: 400 13.3333px Arial; font-size: 13.3333px;
font-family: monospace;
} }
#editTip{ #editTip{
position: absolute; position: absolute;