cmplstofB / dotfiles

My dotfiles
Do What The F*ck You Want To Public License
2 stars 0 forks source link

メイリオ系字揃の置換規則を改善する #22

Open cmplstofB opened 1 year ago

cmplstofB commented 1 year ago

/etc/fonts/conf.d/30-cjk-aliases.conf

    <alias>
        <family>Meiryo</family>
        <accept>
            <family>Noto Sans CJK JP</family>
            <family>IPAMonaPGothic</family>
            <family>TakaoPGothic</family>
            <family>IPAPGothic</family>
            <family>VL PGothic</family>
            <family>Sazanami Gothic</family>
            <family>Kochi Gothic</family>
        </accept>
    </alias>
    <alias>
        <family>メイリオ</family>
        <accept>
            <family>Noto Sans CJK JP</family>
            <family>IPAMonaPGothic</family>
            <family>TakaoPGothic</family>
            <family>IPAPGothic</family>
            <family>VL PGothic</family>
            <family>Sazanami Gothic</family>
            <family>Kochi Gothic</family>
        </accept>
    </alias>