mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:35:01 +08:00
Odt writer: Remove font size from inline source class
This matches what LibreOffice Writer is doing. Also fixes literals inside headings being too small. Fixes https://github.com/jgm/pandoc/issues/3390#issuecomment-595677619
This commit is contained in:
committed by
John MacFarlane
parent
edd6865f1c
commit
c8a64cadb3
+1
-3
@@ -258,10 +258,8 @@ xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.3">
|
||||
</style:style>
|
||||
<style:style style:name="Source_20_Text" style:display-name="Source Text" style:family="text">
|
||||
<style:text-properties style:font-name="Courier New"
|
||||
fo:font-size="10pt" style:font-name-asian="Courier New"
|
||||
style:font-size-asian="10pt"
|
||||
style:font-name-asian="Courier New"
|
||||
style:font-name-complex="Courier New"
|
||||
style:font-size-complex="10pt"
|
||||
fo:language="zxx" />
|
||||
</style:style>
|
||||
<style:style style:name="Highlighted" style:family="text">
|
||||
|
||||
Reference in New Issue
Block a user