MahjongPantheon / pantheon

Primary Pantheon project repository
https://riichimahjong.org
GNU General Public License v3.0
43 stars 12 forks source link

Fix unicode-range for Korean font-face #632

Closed comographer closed 3 months ago

comographer commented 3 months ago

Updated Hangul(Korean writing) unicode-range.

  unicode-range:
    U+AC00-D7A3,
    U+3130-318F U+1100-11FF;
ctizen commented 3 months ago

I guess these ranges should also be excluded from those in japanese css file. I'll do this

ctizen commented 3 months ago

Ah, they don't intersect. It's fine then.