ChatGPT 网站字体无法修改

1次阅读

共计 249 个字符,预计需要花费 1 分钟才能阅读完成。

之前可以使用 stylus 这类插件,或者 tempermonkey 脚本指定网站字体,现在不生效了,无法生效原因是什么,还有办法吗?

之前使用的 css 样式:
body {
font-family: “Google Sans”, Arial, sans-serif !important;
}

code, pre {
font-family: ‘Consolas’, monospace !important;
}

.font-sans {
font-family: “Google Sans”, Arial, sans-serif !important;
}

正文完
 0