We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
font-face
I specified the following, which does not apply to the editor:
"markdown-editor.customCss": "font-family: Tahoma !important;"
The text was updated successfully, but these errors were encountered:
After spending some time looking through the settings in https://github.com/zaaack/vscode-markdown-editor/blob/master/media/dist/main.css and performing some trial-and-error changes, I finally found the setting to change the font face.
"markdown-editor.customCss": ".vditor .vditor-reset{font-family:Tahoma!important}",
After adding/updating the setting, remember to reload the Markdown Editor to see the result.
The setting was originally
.vditor .vditor-reset{font-family:var(--vscode-editor-font-family)!important}
Sorry, something went wrong.
No branches or pull requests
I specified the following, which does not apply to the editor:
"markdown-editor.customCss": "font-family: Tahoma !important;"
The text was updated successfully, but these errors were encountered: