Skip to content

9999.font by oeisus

Details

Authoroeisus

LicenseMIT

Categorytardis.nox.ori

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

2301
自选字体
nox
tardis
ori
sg1

Notes

2301

Source code

/* ==UserStyle==
@name           font.EOT.var.root
@namespace      github.com/openstyles/stylus
@version        2023.02
@description    tardis
@author         orisms@outlook.com

@advanced  dropdown  noxzt  "font_family" {

zt_a1 "Smiley Sans" <<<EOT
    :root{--zt:"Smiley Sans" !important;} EOT;
zt_a2 "HarmonyOS Sans SC" <<<EOT
    :root{--zt:"HarmonyOS Sans SC" !important;} EOT;

zt_b1 "MiSans" <<<EOT
    :root{--zt:"MiSans" !important;} EOT;
zt_b2 "HONOR Sans CN" <<<EOT
    :root{--zt:"HONOR Sans CN" !important;} EOT;

zt_sw1 "NSimSun" <<<EOT
    :root{--zt:NSimSun !important;} EOT;
zt_sw2 "KaiTi" <<<EOT
    :root{--zt:KaiTi !important;} EOT;
zt_sw3 "SimHei" <<<EOT
    :root{--zt:SimHei !important;} EOT;

zt_sb1 "sans-serif" <<<EOT
    :root{--zt:sans-serif !important;} EOT;
zt_sb2 "serif" <<<EOT
    :root{--zt:serif !important;} EOT;
zt_sb3 "monospace" <<<EOT
    :root{--zt:monospace !important;} EOT;

}

==/UserStyle== */
@-moz-document url-prefix("https://") {
/*[[noxzt]]*/
*:not(pre):not(i) {
    font-family: var(--zt) !important;
}
}

Reviews

No reviews yet.