设置Safari 10.0.2阅读器Reader字体

设置Safari 10.0.2阅读器Reader字体


关闭SIP(系统完整性保护功能)才能保存Reader.html

- 重启电脑,按住Command+R(直到出现苹果标志)进入Recovery Mode(恢复模式)

- 左上角菜单里找到实用工具 -> 终端

- 输入 $ csrutil disable 回车重启Mac即可。

- 如果想重新启动SIP机制重复上述步骤改用 $ csrutil enable --without debug即可。


Reader.html位置

/System/Library/PrivateFrameworks/SafariShared.framework/Versions/A/Resources/Reader.html

修改样式

//把宋体字改为adobe的仿宋字体

.songtitc { font-family: 'Songti TC'; }改为.songtitc { font-family: 'Adobe Fangsong Std R'; }

.songtisc { font-family: 'Songti TC'; }改为.songtisc { font-family: 'Adobe Fangsong Std R'; }

<style id="article-content">

h1, h2, h3, h4, h5, h6 {

       font-weight: bold;

}

h1 {

      font-size: 1.25em;

      line-height: 1.4em;

      border-bottom: 1px solid #333; //修改为下划线样式

}

...

</style>

#article * {

/* Scale down anything larger than our view. Max-width maintains aspect ratios on images. */

max-width: 100%;

line-height: 2em; //修改行间距

}

.page {

/* We don't want the lines seperating pages to extend beyond the primary text column. */

padding-left: 0px;

padding-right: 0px;

width: 850px; //固定宽度

margin-left: auto;

margin-right: auto;

}

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 学习CSS的最佳网站没有之一 http://www.w3school.com.cn/tags/index.asp ...
    Amyyy_阅读 1,110评论 0 1
  • 本文为阅读《Head First HTML 与 CSS》的css部分的读书笔记,方便回顾书上的知识,另一篇为Hea...
    兼续阅读 1,897评论 0 17
  • 笔记参考自《响应式Web设计:HTML5和CSS3实践》,2013年出版内容说不上最新。如下是全书的章的目录:第 ...
    于晓鱼阅读 996评论 0 1
  • 时间磨平了什么,每个人心中都有答案。 (一) 闲聊中听妈妈讲她过去的事,提到了我从未见过的姥爷。在我出生之前,姥爷...
    冷凝忆阅读 489评论 0 1
  • 二年级的写话教学对于整个小学阶段都是相当重要的,只有这个时候打好基础,以后的作文才有保障,才会有坚定的基础...
    嘎鱼嘎鱼阅读 1,395评论 0 1