Skip to content

Kouichi Nakamura

My feedback

1 result found

  1. 7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Kouichi Nakamura commented  · 

    Looking at the CSS, it seems that they haven't even tried to make it work.

    https://assets.wikiwand.com/css/wikiwand.early.min.795f06f1.css

    body.lg_asian.serif {
    font-family: "Open Sans",sans-serif;
    }

    Nowadays, with both Windows and macOS supporting Yu-Mincho, something like below would be nice. I tested it on a Wikiwand page, using the Developer tool and it worked well.

    body.lg_asian.serif {
    font-family:
    "游明朝体",
    "Yu Mincho",
    YuMincho,
    "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro",
    "MS P明朝",
    "MS PMincho",
    serif;
    }

    Kouichi Nakamura shared this idea  · 

Feedback and Knowledge Base