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

Swap macOS/iOS fonts to JIS2004 standard #300

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/vite/src/assets/sass/components/_Flashcard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@

/* target additional fonts for Android */
.cj-k {
font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS 明朝",
font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS 明朝",
"MS P明朝", "Droid Sans Japanese", "Droid Serif", serif;
}

Expand Down
2 changes: 1 addition & 1 deletion src/vite/src/assets/sass/main.build.scss
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ a:hover.subdued {

/* class names output by cjk_lang_ja() helper (changes depending on Kanji/Hanzi mode) */
.cj-k {
font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS 明朝", "MS P明朝", serif;
font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS 明朝", "MS P明朝", serif;
}
.cj-s {
font-family: "Kaiti", "STKaiti", "Kai", "AR PL UKai CN", "Microsoft YaHei", "Heiti SC", sans-serif;
Expand Down