When using FF I had the following script installed in the Stylish add-on to help me change web page font for specific sites/pages. Using Gmail as an example:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(mail.google.com) {
/*Name: Segoe UI */
* {font-family: "segoe ui" !important; font-size: 10pt }
}
Does anyone know how I might adapt this for the Stylish extension for Iron ?
