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
During our sprint today, @flpm noticed that an error popping up with the packaging guide build (specific to Japanese translation) might be a font / missing character issue.
By default we are using the Google Font Poppins which does NOT have a Japanese character base. We might want to vendor another font, that supports Japanese and add it as an fallback to our css styles
font-family: "Poppins", san-serif
and maybe instead we vendor another font and do font-family: "Poppins", "another-font", san-serif