Mac/Firefox Tips の変更点
- 追加された行はこの色です。
- 削除された行はこの色です。
- Mac/Firefox Tips へ行く。
#author("2018-05-19T09:59:02+09:00","default:hrmz","hrmz")
*Firefox Tips [#mc727438]
**環境設定で変更できないフォントを変更する [#re2b782b]
macのFirefoxはフォーム入力時のフォントが明朝体~
変更するには
profile-directory/chrome/userContent.cssを編集する。~
初期状態だとsampleファイルしかないのでリネームして新規作成
/* Forms Module */
input, select, option, textarea, button, fieldset, legend, optgroup {
font-family: 'Lucida Grande', sans-serif;
}