修复颜文字显示口口的问题
x岛颜文字修复 by tiamed
Details
Authortiamed
LicenseNo License
Categorynmbxd1
Created
Updated
Size624 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 x岛颜文字修复
@version 20231008.07.10
@namespace userstyles.world/user/tiamed
@description 修复颜文字显示口口的问题
@author tiamed
@license No License
==/UserStyle== */
@-moz-document domain("nmbxd1.com") {
@font-face {
font-family: Emoji;
src: local("Apple Color Emoji"),
local("Segoe UI Emoji"),
local("Segoe UI Symbol"),
local("Noto Color Emoji");
unicode-range: U+1F000-1F644, U+203C-3299;
}
html, select, textarea, input {
font-family: system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif, YuGothic, Yu Gothic, Emoji;
}
}