You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download a font file “Noto Serif JP” from Google Fonts (https://fonts.google.com/noto/specimen/Noto+Serif+JP) (the Google Fonts’ webpage uses the name “Noto Serif Japanese” but internally it seems to use the name “Noto Serif JP”).
Place the downloaded font file NotoSerifJP-VariableFont_wght.ttf to the static directory of the project.
The first character must has one point at the top‐left, and the second character must has two points at the top‐left. So they must be different. However, both have only one point, they are same.
We can confirm naive HTML + CSS gives the desired result:
Describe the bug
Character references defined in HTML[1] for ideographic variation sequences (IVS) defined in Unicode[2] doesn’t work.
Reproduction
npx sv
.NotoSerifJP-VariableFont_wght.ttf
to thestatic
directory of the project.src/routes/+page.svelte
:The first character must has one point at the top‐left, and the second character must has two points at the top‐left. So they must be different. However, both have only one point, they are same.
We can confirm naive HTML + CSS gives the desired result:
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: