Greasy Fork镜像 is available in English.
讨论 » 创建请求
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?
登录(不可用)以发布留言。
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:
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?