Font size on a specific page #337
Answered
by
yhatt
mingyuecall
asked this question in
Q&A
|
Dear friends, could I ask how to change the font size on a specific page? I need to do that coz I need to add a list of bibliography to the last page. Thank you! |
Answered by
yhatt
Aug 16, 2022
Replies: 2 comments 3 replies
|
Use <style scoped>
section {
font-size: smaller;
}
</style>
- Your contents
- ... |
1 reply
Answer selected by
mingyuecall
|
The answer is changing the font of both the title and the content of the slide. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Use
font-sizeCSS property with the scoped style<style scoped>.