AK47are
November 16, 2025, 12:33pm
1
Steps to reproduce
Open sandbox vault
create new note
type 测试
Export to PDF
Open PDF
Did you follow the troubleshooting guide? [Y/N]
Yes
Expected result
The word 测试 is visible in the PDF
Actual result
The PDF is blank
Environment
Windows 11
Obsidian 1.10.3
Additional information
This bug has been present for several versions and several months and it can be fixed by adding the css below
@media print {
body {
--font-text: 'Microsoft YaHei', sans-serif;
--font-print: 'Microsoft YaHei', sans-serif;
}
}
works fine for me on.
what is the output of “show debug info” command
can you post a screen recording of this happening in the sandbox vault?
AK47are
November 29, 2025, 7:56am
3
Sorry I missed your message. The bug has been disappeared, perhaps it’s because i reinstalling Obsidian (instead of simply updating) a few days ago which fixed some incorrect settings.
It might just an issue with a previous version update and it no longer affects users now.
system
Closed
December 27, 2025, 7:57am
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.