Skip to content

Gemini美化 by TheOneYouLove

Details

AuthorTheOneYouLove

LicenseNo License

CategoryGemini美化

Created

Updated

Size2.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Gemini美化

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         gemini.google.com
@version      20231227.00.55
@namespace    ?
==/UserStyle== */

/* ==UserStyle==
@name           bard.google.com
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://gemini.google.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;
    }
}

Reviews

No reviews yet.