Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

specifying font-family in style css does not work #394

Open
nursmaul opened this issue Jan 19, 2025 · 1 comment
Open

specifying font-family in style css does not work #394

nursmaul opened this issue Jan 19, 2025 · 1 comment

Comments

@nursmaul
Copy link

nursmaul commented Jan 19, 2025

im specifying a font-family in the style css as below and have set its location in vscode preference>settings>extension as informed.
body {
font-family: 'Meiryo';
font-size: 32pt;
line-height: 29px;
}
Although the font-size and line-height seems taking effect to the output pdf,
but font-family never gets reflected. the font "Meiryo" is of Japanese font,
but the output font seems to be something like that of Chinese one. whats wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@nursmaul and others