chrome字體要漂亮要用這套
Stylist 外掛
這種改法不管網站預設啥字型都會被改掉(M01也一樣被改掉)
照這邊方法修改
https://disp.cc/b/25-2k0
我自己是喜歡這樣設定
用華康中圓體或者用華康中黑體或粗黑體目前是我覺得
看起來比較舒服的三種
有孤狗到字體載點
中圓體
中黑體
粗黑體
* {
font-family: "華康中圓體","Lucida Grande", "Trebuchet MS", sans-serif !important;
}
pre, code, kbd, samp, var {
font-family: "華康中圓體", "Monaco", "Andale Mono", monospace !important;
}
.body img {
max-width: 100% !important;
}
.channel {
background-color: #ffffff !important;
}
.channel a {
color: #000000 !important;
}
.title {
font-size: 18px !important;
}
.channel_toolbar {
padding-bottom: 1em !important;
border-bottom: 1px solid #000000 !important;
background-color: #ffffff !important;
}
.item {
border-bottom: 1px solid #000000 !important;
}
.even {
background-color: #ffffff !important;
}
.hilight {
background-color: #ffffff !important;
}
.item_title {
font-size: 18px !important;
}
.adsWrapper {
margin: 0 !important;
}