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;
}
}