自定义哔哩哔哩的字体
哔哩哔哩自定义字体 by diaowinner
Details
Authordiaowinner
LicenseBSD-3-Clause
Categorybilibili
Created
Updated
Size507 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 哔哩哔哩自定义字体(高分辨率可用)
@version 0.2
@namespace https://userstyles.world/style/15917
@description 自定义哔哩哔哩的字体
@author diaowinner <@diaowinner@mas.to>
@license BSD-3-Clause
@preprocessor less
@var text defaultFont '字体' ''Noto Sans CJK SC''
==/UserStyle== */
@-moz-document domain("bilibili.com") {
@font-face {
font-family: "PingFang SC";
src: local(@defaultFont)
}
}