Skip to content

readwise by lazydao

Details

Authorlazydao

LicenseNo License

Categoryread.readwise.io

Created

Updated

Size612 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

文章内容改用中文友好的思源黑体和思源宋体

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       readwise
@version    20240528.09.31
@namespace  ?
==/UserStyle== */

@-moz-document domain("read.readwise.io") {
/* 引入思源黑体和思源宋体 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&family=Noto+Serif+SC:wght@400;700&display=swap');

.document-content p,
.document-content body,
.document-content span,
.document-content ul li,
.document-content div {
    font-family: 'Noto Serif SC', serif !important;
}

.document-content h1,
.document-content h2,
.document-content h3 {
    font-family: 'Noto Sans SC', sans-serif !important;
}
}

Reviews

No reviews yet.