用于调整reddit的字体显示,首先 你需要安装LXGW WenKai字体。
LXGW WenKai for reddit by zcq100
Details
Authorzcq100
LicenseNo License
Categoryreddit.com
Created
Updated
Code size817 B
Code checksumd8024a62
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name LXGW WenKai for reddit
@namespace github.com/openstyles/stylus
@version 1.0.1
@description 用于调整reddit的字体显示,首先 你需要安装LXGW WenKai字体。
@author zcq100
==/UserStyle== */
@-moz-document url-prefix("https://www.reddit.com") {
/* 在此插入代码... */
:root {
--lxwg-font: "LXGW WenKai Medium";
--z-font-size: 1.2rem;
}
shreddit-comment div[slot="comment"] {
font-family: var(--lxwg-font);
font-size: var(--z-font-size);
}
article a[slot="text-body"] {
font-family: var(--lxwg-font);
}
shreddit-post div[slot="text-body"]{
font-family: var(--lxwg-font);
}
shreddit-post div.text-14{
font-size: var(--z-font-size) !important;
}
article div.text-14 {
font-size: var(--z-font-size) !important;
}
}