[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.5.0esr-13.5-1] Bug 1865238 - Use One UI Sans KR VF for Korean sans-serif font on Android r=jfkthame



Title: GitLab

richard pushed to branch tor-browser-115.5.0esr-13.5-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 30248ab5
    by Kagami Sascha Rosylight at 2023-12-06T16:06:58+00:00
    Bug 1865238 - Use One UI Sans KR VF for Korean sans-serif font on Android r=jfkthame
    
    Per /etc/fonts.xml, there are now only two `<family lang="ko">` nodes there:
    
    * OneUISansKRVF series
    * SECCJK series (but no KR postfix anymore?)
    
    This patch uses One UI Sans KR VF as the replacement as this is newer and is a variable font (tested with https://codepen.io/SaschaNaz/pen/ExrdYXJ)
    
    Differential Revision: https://phabricator.services.mozilla.com/D195078

1 changed file:

Changes:

  • modules/libpref/init/all.js
    ... ... @@ -3053,7 +3053,7 @@ pref("font.size.monospace.x-math", 13);
    3053 3053
       pref("font.name-list.monospace.ja", "MotoyaLMaru, MotoyaLCedar, Noto Sans Mono CJK JP, SEC Mono CJK JP, Droid Sans Mono");
    
    3054 3054
     
    
    3055 3055
       pref("font.name-list.serif.ko", "Charis SIL Compact, Noto Serif CJK KR, Noto Serif, Droid Serif, HYSerif");
    
    3056
    -  pref("font.name-list.sans-serif.ko", "Roboto, Google Sans, SmartGothic, NanumGothic, Noto Sans KR, Noto Sans CJK KR, SamsungKorean_v2.0, SEC CJK KR, DroidSansFallback, Droid Sans Fallback");
    
    3056
    +  pref("font.name-list.sans-serif.ko", "Roboto, Google Sans, SmartGothic, NanumGothic, Noto Sans KR, Noto Sans CJK KR, One UI Sans KR VF, SamsungKorean_v2.0, SEC CJK KR, DroidSansFallback, Droid Sans Fallback");
    
    3057 3057
       pref("font.name-list.monospace.ko", "Droid Sans Mono, Noto Sans Mono CJK KR, SEC Mono CJK KR");
    
    3058 3058
     
    
    3059 3059
       pref("font.name-list.serif.th", "Charis SIL Compact, Noto Serif, Noto Serif Thai, Droid Serif");
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits