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

Changing font size for .editor-preview #839

Open
rlyfun opened this issue May 30, 2023 · 0 comments
Open

Changing font size for .editor-preview #839

rlyfun opened this issue May 30, 2023 · 0 comments

Comments

@rlyfun
Copy link

rlyfun commented May 30, 2023

How do I edit the font size of the text once I toggle the preview button?

.editor-preview,
.editor-preview-side {
padding: 10px;
background: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
overflow: auto;
display: none;
box-sizing: border-box
}

I've tried editing the simplemde.css file
and I've also included a snippet in the html itself referencing editor-preview, however have not seen any progress.

Changing the font-family to Arial, Helvetica works in the code above.

However, changing the font size of the rendered text doesn't seem to be working as intended. What do I need to edit for this to work properly?

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

No branches or pull requests

1 participant