>>229
○userChrome.css
----------------------------------------
*|* {
font-size: 9px !important;
font-family: "Yu Gothic UI Semibold" !important;
font-weight: 700 !important;
-webkit-text-stroke-width: 0.05px !important;
}
----------------------------------------

○about:config 又は user.js
----------------------------------------
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
----------------------------------------
※68以前から userChrome.css や userContent.css を使用していたプロファイルには不要。
  (69で新規作成されたプロファイルには必要)