別にFHDモニタでもいいからとりあえずMacTypeをgithubからインストールして有効化しろ
デフォ設定でかなり綺麗になる
WindowsのシステムフォントはnoMeiryoUIを使って源真ゴシックP Regular 10ptあたりにするといい
ブラウザはStylus入れてこんな感じでダサいフォントを潰してけ
/*--------------- sans serif ---------------*/ @font-face { font-family: "メイリオ"; src: local("源真ゴシックP Regular"); } @font-face { font-family: "Meiryo"; src: local("源真ゴシックP Regular"); } @font-face { font-family: "Meiryo UI"; src: local("源真ゴシックP Regular"); } @font-face { font-family: "MS Pゴシック"; src: local("源真ゴシックP Regular"); } @font-face { font-family: "MS PGothic"; src: local("源真ゴシックP Regular"); } @font-face { font-family: "MS UI Gothic"; src: local("源真ゴシックP Regular"); } @font-face { font-family: "YuGothic"; src: local("源真ゴシックP Regular"); } @font-face { font-family: "游ゴシック"; src: local("源真ゴシックP Regular"); } @font-face { font-family: "Microsoft Yahei"; src: local("源真ゴシックP Regular"); }