如何更改 Emacs 中 HTML 标签之间元素的字体?
我的 .emacs 中有这个: (set-frame-font "Consolas-10")
我也尝试过这个: (set-frame-font "Consolas-10")
code>
但
标签之间的字体不是 Consolas(或者斜体 Consolas):
alt 文本 http://img10.imageshack.us/img10/6865/emacs2.jpg
如何更改 html 标签之间元素的字体(或禁用斜体、粗体、 ETC。)?
I have this in my .emacs: (set-frame-font "Consolas-10")
and I also tried this: (set-frame-font "Consolas-10")
But the font between the <h2>
tags are not Consolas (or maybe Italic Consolas):
alt text http://img10.imageshack.us/img10/6865/emacs2.jpg
How can I change the font of elements between html tags (or disable italics, bold, etc.)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看你的之前的问题在我看来您应该能够使用相同的想法,只需禁用字体上的斜体(如果您还想禁用粗体和下划线,请包括其他问题中的所有其他设置):
Looking at your earlier question it seems to me that you should be able to use the same idea and simply disable the use of italics on font faces (include all the other setting from that other question if you want to disable bold and underline as well):