临时解决 Readwise Reader 字体显示为繁体的问题
read.readwise.io by jimmylv
Details
Authorjimmylv
LicenseNo License
Categoryread.readwise.io
Created
Updated
Size349 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
借助 Chrome 插件 Stylus 可加载自定义 CSS
Source code
/* ==UserStyle==
@name readwise reader css
@version 0.0.1
@namespace userstyles.world/user/JimmyLv
@description 临时解决 Readwise Reader 字体显示为繁体的问题
@author JimmyLv
@license No License
==/UserStyle== */
@-moz-document domain("read.readwise.io") {
body {
font-feature-settings: inherit;
}
}