FF / userContent.css / override font styles

Override font styles in all pages except for some domains:


edit ~/.mozilla/firefox/current profile/chrome/userContent.css

@-moz-document regexp("^((?!(domain1\.com|domain2\.com)).)*") {
    * { font-family: liberation; }
}