微信读书美化
微信读书美化 by TheOneYouLove
Details
AuthorTheOneYouLove
LicenseNo License
Category微信读书美化
Created
Updated
Size2.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name weread.qq.com - Aug 2024
@version 20240812.02.12
@namespace ?
==/UserStyle== */
/* ==UserStyle==
@name weread.qq.com - 2024年8月
@version 202408012.03.16
@namespace ?
==/UserStyle== */
/* ==UserStyle==
@name 2024/8/12 11:15:14
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("weread.qq.com") {
/* 在此插入代码... */
@font-face {
font-family: 'LXGW WenKai Screen R'; /* 霞骛文楷 */
src: url("https://cdn.jsdelivr.net/gh/TheOneYouLove/resource/LXGWWenKaiGBScreenR.ttf");
}
@font-face {
font-family: 'YEFONTHuaMeiKaiShu'; /* 也字工厂画眉楷书 */
src: url("https://cdn.jsdelivr.net/gh/TheOneYouLove/resource/YeZiGongChangHuaMeiKaiShu-2.ttf");
}
@font-face {
font-family: 'HanYiWeiBeiJian'; /* 汉仪魏碑宋简 */
src: url("https://cdn.jsdelivr.net/gh/TheOneYouLove/resource/HanYiWeiBeiJian.ttf");
}
@font-face {
font-family: 'FZShiGKSJW'; /* 方正时光刻宋简 */
src: url("https://cdn.jsdelivr.net/gh/TheOneYouLove/resource/FZShiGKSJW.TTF");
}
@font-face {
font-family: 'FZZiLSJW-M'; /* 方正自留宋简-M */
src: url("https://cdn.jsdelivr.net/gh/TheOneYouLove/resource/FZZiLSJW-M.TTF");
}
@font-face {
font-family: 'FZShiSBSJW-R'; /* 方正时尚碑宋简-R */
src: url("https://cdn.jsdelivr.net/gh/TheOneYouLove/resource/FZShiSBSJW-R.TTF");
}
@font-face {
font-family: 'FZZhaoGYJW-M'; /* 方正朝歌园简-M */
src: url("https://cdn.jsdelivr.net/gh/TheOneYouLove/resource/FZZhaoGYJW-M.TTF");
}
@font-face {
font-family: 'FZSongKBXKJW-M'; /* 方正宋刻本秀楷-M */
src: url("https://cdn.jsdelivr.net/gh/TheOneYouLove/resource/FZSongKBXKJW-M.TTF");
}
:root {
--custom-font: 'LXGW WenKai Screen R', 'YEFONTHuaMeiKaiShu', 'FZShiGKSJW';
}
*{
font-family: var(--custom-font);
text-align: justify !important;
}
}