百度 AI Studio 的 notebook 字体问题
在用百度 \(\mathrm{AI}\) \(\mathrm{Studio}\) 中的 \(\mathrm{notebook}\) 时, 发现光标会偏移, 有时字体也很难看, 浏览器怎么设置都没有用, 例如下图就是光标偏移.
然后发现了一个很好用的插件可以解决问题: \(\mathrm{Stylus}\) (怎么下载安装自己百度)
就这玩意
编写样式给 \(\mathrm{aistudio.baidu.com}\) , 填写以下内容:
pre, code, kbd, samp {
font-family: monospace !important;
}
.cc .ace_editor {
font-family: monospace !important;
}
.cc pre {
font-family: Arial !important;
}
解决!
摸索一下就可以随便改网页字体了.
注: 我的是 \(\mathrm{ubuntu}\) 系统.