Font size on a specific page #337
Answered
by
yhatt
Doyoulikemilk
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! |
Beta Was this translation helpful? Give feedback.
Answered by
yhatt
Aug 16, 2022
Replies: 2 comments 3 replies
-
Use <style scoped>
section {
font-size: smaller;
}
</style>
- Your contents
- ... |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Doyoulikemilk
-
The answer
is changing the font of both the title and the content of the slide. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
font-size
CSS property with the scoped style<style scoped>
.