Last active
December 27, 2022 03:47
-
-
Save JimmyLv/df109a8f1b36db269cbead997400e20d to your computer and use it in GitHub Desktop.
临时解决 Readwise Reader 字体显示为繁体的问题,借助 Chrome 插件 Stylus 可加载自定义 CSS:https://userstyles.world/style/7852/read-readwise-io
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-feature-settings: inherit; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment