1.在工具/首选项/网页里面把字体都设置为微软雅黑
2.在高级里面字体项所有的字体都设置成微软雅黑
3.在内容样式里面,作者样式全部勾上
4.写一个user.css
@charset "utf-8";
html,body,*{
font-family:" Microsoft YaHei"!important;
}
拷贝到~/.opera/styles/user/中
5.在查看样式中选上user.css就可以了。
转载于:https://blog.51cto.com/buaadallas/82854