华尔街日报中文网美化
华尔街日报中文网美化 by TheOneYouLove
Details
AuthorTheOneYouLove
LicenseNo License
Categorycn.wsj.com
Created
Updated
Size2.0 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 cn.wsj.com - 2024年8月
@version 20240807.03.16
@namespace ?
==/UserStyle== */
/* ==UserStyle==
@name 2024/6/7 11:15:14
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("cn.wsj.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;
}
}