Closed kokikntm closed 4 years ago
Same trouble as marp-team/marp-cli#161. Probably you are seeing a styling reference for the outdated Marp app.
Use section
selector instead of .slide
.
<style>
section {
font-family: 'Noto Sans JP', serif !important;
}
</style>
NOTE: GitHub issue tracker is not suitable place to question. Refer to our support guideline.
Solved. Thank you very much!
If I changed the font like this, the exported pdf was the font but the preview was not. I also added
"markdown.preview.fontFamily": "Meiryo UI",
in the settings.json of VScode, but the preview was not.