The Japanese font of New Bing Chat is currently set to Microsoft YaHei, a simplified Chinese font that does not show correct Japanese kanji glyphs. This style removes YaHei from Bing's font list, making Bing appear in correct Japanese fonts.
日本語で新Bingのチャットを開くと2023/02現在簡体字で表示されますが、それを修正するスタイルです。
Fix Bing Chat Japanese font by needle
Details
Authorneedle
LicenseCC Zero
Categorybing.com
Created
Updated
Size477 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 Fix Bing Chat Japanese font
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Fix the Japanese font of New Bing Chat
@author Kenji Iguchi
==/UserStyle== */
@-moz-document domain("bing.com") {
:root *{
--cib-font-text: font-family: -apple-system, Roboto, SegoeUI, "Segoe UI", "Helvetica Neue", Helvetica, "Meiryo UI", Meiryo, Arial Unicode MS, sans-serif !important;
}
}