A new userstyle
Tana美化 by TheOneYouLove
Details
AuthorTheOneYouLove
LicenseNo License
Categoryhttps://app.tana.inc/
Created
Updated
Size2.2 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 app.tana.inc - 2023/6/6 20:27:49
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://app.tana.inc/") {
/* 在此插入代码... */
@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");
}
/* 全局样式 */
*{
font-family: 'LXGW WenKai Screen R';
font-size: 18px;
text-align: justify !important;
}
/* 排版样式 */
:root {
text-align: justify !important;
}
/* 图片样式 */
img {
width: 18cm; /* 图片最大宽度为100% */
height: auto; /* 自适应高度,保持图片原始比例 */
}
}