Editing MarioWiki talk:Japanese
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 90: | Line 90: | ||
::: I also noticed that Chrome fallbacks to Times New Roman (perhaps due to [https://github.com/chromium/chromium/blob/main/third_party/blink/renderer/platform/fonts/win/font_fallback_win.cc this]), but I haven't been able to come up with a good solution. | ::: I also noticed that Chrome fallbacks to Times New Roman (perhaps due to [https://github.com/chromium/chromium/blob/main/third_party/blink/renderer/platform/fonts/win/font_fallback_win.cc this]), but I haven't been able to come up with a good solution. | ||
::: My current idea is to assemble a font [https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/unicode-range in CSS] with Latin letters from a Latin font and CJK characters from a CJK font. (The effect of simply setting <code>font-family: sans-serif, Yu Gothic</code> is still unclear to me. On some computers it works as intended, on others it doesn't.) --[[User:Dine2017|Dine2017]] ([[User talk:Dine2017|talk]]) 10:57, July 22, 2024 (EDT) | ::: My current idea is to assemble a font [https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/unicode-range in CSS] with Latin letters from a Latin font and CJK characters from a CJK font. (The effect of simply setting <code>font-family: sans-serif, Yu Gothic</code> is still unclear to me. On some computers it works as intended, on others it doesn't.) --[[User:Dine2017|Dine2017]] ([[User talk:Dine2017|talk]]) 10:57, July 22, 2024 (EDT) | ||