ChatGPT美化
ChatGPT美化 by TheOneYouLove
Details
AuthorTheOneYouLove
LicenseNo License
Categoryhttps://chat.openai.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 chatgpt.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://chatgpt.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");
}
/* 全局样式 */
*{
font-family: 'LXGW WenKai Screen R';
text-align: justify !important;
}
/* 排版样式 */
:root {
text-align: justify !important;
}
}