Greasy Fork镜像 is available in English.

讨论 » 创建请求

How to change Firefox GUI font WHEN not allowing webpages to use their own fonts?

§
发布于:2018-01-15

How to change Firefox GUI font WHEN not allowing webpages to use their own fonts?

Hi!

This CSS doesn't work to change the gui font when I don't allow websites to use their on font settings in FF56:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

* {

    font-family:"Comic Sans MS" !important;


}

The GUI will use the font specified for websites... Apparently it's because of a firefox bug starting with FF41.

Since CSS seems to fail, is there any way I can override the GUI fonts used in this case, via a userscript?

发布留言

登录(不可用)以发布留言。

长期地址
遇到问题?请前往 GitHub 提 Issues。