I am using XD and WebExport to create my website.
However, I have found that the font-weight is not outputting correctly when using certain fonts.
The explanation is given below.
-
Noto Sans Japanese is used.
It is provided by GoogleFont.
(Google Fonts) -
Place text on XD using Noto Sans Japanese.
-
Specify font-weight as Medium.
-
Output the text by WebExport.
-
The output css will show “font-weight: normal;”.
My desired output is “font-weight: 500;”.
Supplementation
Even if font-weight is “Regular”, the output css shows “font-weight: normal;”.
From this, it seems that the difference between font-weight Regular and Medium cannot be determined.
I would be very happy if you could fix this bug.
Thanks for reading.