A userstyle for zhihu.com
make zhihu's main text content in serif font family.
zhihu.com serif text by hitsmaxft
Details
Authorhitsmaxft
LicenseNo License
Categoryzhihu.com
Created
Updated
Size677 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 zhihu.com - 2023/6/22 13:42:13
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A userstyle for zhihu.com; make zhihu's main text content in serif font family.A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("zhihu.com") {
/* 在此插入代码... */
.Post-Sub {
font-family: "lxgw wenkai", serif !important;
}
.QuestionHeader {
font-family: "lxgw wenkai", serif !important;
}
.QuestionHeader {
font-family: "lxgw wenkai", serif !important;
}
.Post-Main {
font-family: "lxgw wenkai", serif !important;
}
.Card {
font-family: "lxgw wenkai", serif !important;
}
}