-
Notifications
You must be signed in to change notification settings - Fork 217
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
How can I change text size #27
Comments
I would like to know to if (and how) it is possible to change font/fontsize... |
+1 |
2 similar comments
+1 |
+1 |
You can hack it larger with a style block in the markdown input. <style> body{font-size:24px;} </style>
# Effects
The default text font-size is now 24px. |
How about the text inside box ``` body {font-size} doesn't work. |
I figured it out. if you want to change the font size inside the box |
How about the text start with > , # and ## does not work. |
Have you tried h1{font-size:px;} for #, h2 for ## ? |
Show me your code |
I figured out that we can use |
Hi, Please how can I change the text size in the viewer. I cant seem to find an option for that. Will it involve a code change?
The text was updated successfully, but these errors were encountered: