What's the best way to change presentation font in the Default theme? #96
-
I have used this code previously: <style>
section {
font-family: 'Roboto', 'Segoe UI', 'Liberation Sans', 'Helvetica', 'Arial', sans-serif;
}
</style> However, this code doesn't seem to work in marp-cli 1.0 with marp-core 2.0. The CSS above gets included in |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Now Marp team recognizes that as a regression of Marpit framework: marp-team/marpit#288 Workaround
|
Beta Was this translation helpful? Give feedback.
-
This regression was fixed in the latest patch release Marp Core v2.0.1 and Marp CLI v1.0.1. |
Beta Was this translation helpful? Give feedback.
This regression was fixed in the latest patch release Marp Core v2.0.1 and Marp CLI v1.0.1.