Fix broken Bing fonts
Fix Bing by riaf
Details
Authorriaf
LicenseNo License
Categoryriaf.jp
Created
Updated
Size396 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
@version 20230227.02.23
@namespace userstyles.world/user/riaf
@description Fix broken Bing fonts
@author riaf
@license No License
==/UserStyle== */
@-moz-document domain("www.bing.com"),
domain("copilot.microsoft.com") {
body,
cib-serp {
--cib-font-text: -apple-system, BlinkMacSystemFont, sans-serif !important;
}
}