Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: #13368 最優先されるフォントをSegoe UIとHelveticaNeueにする #13390

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

morotesovtannu
Copy link

@morotesovtannu morotesovtannu commented Feb 18, 2024

What

優先するフォントを日本語フォントから欧文フォントに変更。
Vivaldi Snapshot(Windows 11)での変更結果は以下の通り。

Before
OLD Profile image

After
After Profile image
After note image

Why

現行の日本語フォントを優先する設定だと、キリル文字がすべて全角で表示されてしまうため。
#13368

Additional info (optional)

HelveticaNeueをMac向けに優先させたが、現状Macでのテストは環境が無いためできていない。
fix #13368

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

@github-actions github-actions bot added packages/frontend Client side specific issue/PR packages/backend Server side specific issue/PR packages/sw labels Feb 18, 2024
@morotesovtannu morotesovtannu changed the title Fix: #13368 最優先されるフォントをSegoe UIとHelveticaNeueにする fix: #13368 最優先されるフォントをSegoe UIとHelveticaNeueにする Feb 18, 2024
Copy link

codecov bot commented Feb 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b0030d1) 64.48% compared to head (921e90e) 64.46%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #13390      +/-   ##
===========================================
- Coverage    64.48%   64.46%   -0.02%     
===========================================
  Files          981      981              
  Lines       109999   109999              
  Branches      5605     5593      -12     
===========================================
- Hits         70937    70915      -22     
- Misses       37628    37650      +22     
  Partials      1434     1434              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

このPRによるapi.jsonの差分

差分はこちら

Get diff files from Workflow Page

@tamaina tamaina requested a review from syuilo March 2, 2024 05:59
@syuilo
Copy link
Member

syuilo commented Mar 2, 2024


image

@syuilo
Copy link
Member

syuilo commented Mar 2, 2024

image

@1Step621
Copy link
Contributor

1Step621 commented Mar 2, 2024

Allow edits and access to secrets by maintainersが無効になっている?

@syuilo
Copy link
Member

syuilo commented Mar 2, 2024

Allow edits and access to secrets by maintainersが無効になっているPRできないようにできないかしら

@taiyme
Copy link
Contributor

taiyme commented Mar 6, 2024

単にカスタムCSSで指定しただけですが、Mac環境の参考までにどうぞ

Before

cyrillic-before

After

cyrillic-after

@anatawa12
Copy link
Member

anatawa12 commented Mar 6, 2024

うーん日本語文脈においては全角表示が正しいわけで, 言語設定依存で変えるべしな気がする

@kakkokari-gtyih
Copy link
Contributor

kakkokari-gtyih commented Mar 20, 2024

@tamaina
Copy link
Contributor

tamaina commented Mar 30, 2024

うーん日本語文脈においては全角表示が正しいわけで

ほんまか?

@kakkokari-gtyih
Copy link
Contributor

kakkokari-gtyih commented Mar 30, 2024

off-topic(そうでなくとも、言語設定依存で変えられるようになればCJKの漢字の重複してるところとかも言語別でよしなに指定できるようになってよさそうではある)

@syuilo
Copy link
Member

syuilo commented Apr 2, 2024

@syuilo
Copy link
Member

syuilo commented Apr 2, 2024

これiOSで日本語を表示するとどうなるか知りたい

@kakkokari-gtyih
Copy link
Contributor

kakkokari-gtyih commented May 1, 2024

off-topic(そうでなくとも、言語設定依存で変えられるようになればCJKの漢字の重複してるところとかも言語別でよしなに指定できるようになってよさそうではある)

一旦こっちで実装できるかやってみる(swのフォールバックはそういう機構をもたせると複雑化するからこの実装で問題ないと思われ)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/backend Server side specific issue/PR packages/frontend Client side specific issue/PR packages/sw
Projects
Development

Successfully merging this pull request may close these issues.

Cyrillic characters render with too much spacing around them
7 participants