Skip to content
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

Open
zogieosagie opened this issue Aug 7, 2018 · 11 comments
Open

How can I change text size #27

zogieosagie opened this issue Aug 7, 2018 · 11 comments

Comments

@zogieosagie
Copy link

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?

@MV-EricDeHaan
Copy link

I would like to know to if (and how) it is possible to change font/fontsize...

@edkeohane
Copy link

+1

2 similar comments
@fujianjin6471
Copy link

+1

@bdjessup
Copy link

+1

@tanovex
Copy link

tanovex commented Nov 20, 2019

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.

@520
Copy link

520 commented Mar 24, 2020

How about the text inside box ``` body {font-size} doesn't work.

@520
Copy link

520 commented Mar 24, 2020

I figured it out. if you want to change the font size inside the box <style> pre{font-size:30px;} </style> add it into your markdown string.

@Simer-ios
Copy link

Simer-ios commented Apr 13, 2020

How about the text start with > , # and ## does not work.

@520
Copy link

520 commented Apr 13, 2020

How about the text start with > , # and ## does not work.

Have you tried h1{font-size:px;} for #, h2 for ## ?

@520
Copy link

520 commented Apr 13, 2020

Yes , it is working and let me know about the default text font-size of h1 and h2 and please help me about >

Show me your code

@khanhson47
Copy link

I figured out that we can use <style> blockquote{font-size:15px;} </style> for >

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants