Skip to content

Instantly share code, notes, and snippets.

@JimmyLv
Last active December 27, 2022 03:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JimmyLv/df109a8f1b36db269cbead997400e20d to your computer and use it in GitHub Desktop.
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
body {
font-feature-settings: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment