之前可以使用 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;
} |
|