Ink
// Please enter a detailed description of the issue // Description of the issue: Not an issue. A Thank You! Love the new Ink Theme. - Jeremy
Is there a way to adjust the type size in a theme. I want to edit in iA Writer, render in Marked, and then copy and paste to email and it comes in at Palatino 22.
Thank you, Jeremy
// Please enter a list of steps required to reproduce the issue // Steps to reproduce:
// If applicable please attach a sample document that causes the issue for you.
// Configuration (do not edit) Marked 2 987 (Mac App Store)
macOS Version: 10.15.5
additionalMathJaxConfig:
allowPageBreakInCode: YES
bookTxtIsLeanpub: NO
summaryMdIsGitBook: NO
codeIsPoetry: NO
codeCanWrap: YES
collapsibleHeadlines: NO
convertGithubCheckboxes: YES
convertYAMLToMMD: NO
defaultMathJaxConfig: TeX-AMS-MML_HTMLorMML
defaultPreviewStyle: 0
defaultProcessor: MultiMarkdown
enableMiniMap: NO
excludeBlockQuotesFromCounts: NO
excludeFootnotesFromCounts: NO
excludeVerbatimFromCounts: NO
excludeCaptionsFromCounts: NO
folderPreviewExtensionsArray: md, markdown, txt, mdown, html, opml
githubNewlines: YES
h1IsPageBreak: NO
h2IsPageBreak: NO
hrIsPageBreak: NO
includeMathJax: NO
includeKatex: NO
limitTextWidth: NO
minimalJavaScript: NO
outlineModeExtensions:
permissionGranted: NO
printHeaderBottomLeft:
printHeaderBottomRight:
printHeaderFirstPage: NO
printFooterFirstPage: NO
printHeaderTopLeft:
printHeaderTopRight:
processHTMLFiles: YES
removeMetadataForPreview: NO
removeYAMLHeaders: NO
scrollToEdit: YES
shouldDetectCritic: YES
shouldHighlightMarkupErrors: NO
shouldLoadCritic: NO
syntaxHighlight: YES
syntaxHighlightOnlyLang: NO
useCustomMarkdownProcessor: NO
customMarkdownProcessor:
useCustomPreprocessor: NO
customPreprocessor:
useFirstH1AsPrintTitle: YES
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 03 Jun, 2020 12:34 PM
If you're familiar with CSS, you can use the Additional CSS field under
Preferences->Style to add a rule forcing the font size to whatever make
sense for you.
-Brett
2 Posted by Jeremy Ahouse on 03 Jun, 2020 12:53 PM
When I tried adding;
body
{
font-size:11px
}
to the additional CSS field in preferences, with Ink as default, it did not seem to have an impact.
Do I need more preamble?
Thank you,
Jeremy
Support Staff 3 Posted by Brett on 03 Jun, 2020 01:31 PM
Try using `html` instead of `body`.
-Brett
4 Posted by Jeremy Ahouse on 03 Jun, 2020 09:02 PM
Thank you!
Support Staff 5 Posted by Brett on 03 Jun, 2020 09:06 PM
Sure thing :).