全てのサイトで明朝体をゴシック体に変更したくて Stylishを書いたのですが、
変わりません。どこが間違っているのでしょうか?


@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(*) {
* { font-family: sans-serif !important; }
}