eliminate fackin font for ja
bing chat fackin font fixer by umjammer
Details
Authorumjammer
Licensepublic domain
Categorybing.com
Created
Updated
Size605 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 bing chat fackin font fixer
@version 20240607.17.10
@namespace https://userstyles.world/user/uniquro800
@description eliminate fackin font for ja
@author uniquro800
@license public domain
==/UserStyle== */
@-moz-document url-prefix("https://www.bing.com/"), url-prefix("https://bing.com/") {
/* see https://stackoverflow.com/a/68476549 */
cib-serp {
font: 14pt / normal "Hiragino Kaku Gothic ProN" !important;
font-family: "Hiragino Kaku Gothic Pro" !important;
--cib-font-text:"Hiragino Kaku Gothic Pro" !important;
}
}