Skip to content

Commit 1ea6a6e

Browse files
Remove "--plug-in outhtml_modern_fonts" plugin which conflict with custom fonts
1 parent ae4a1af commit 1ea6a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/colorize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ esac
123123
debug "Resolved ${target} to language $lang"
124124

125125
go4it () {
126-
cmdOpts=(${plugin} --plug-in outhtml_modern_fonts --plug-in outhtml_codefold --syntax=${lang} --quiet --include-style --font="${font}" --font-size=${fontSizePoints} --style=${hlTheme} --encoding=${textEncoding} ${=extraHLFlags} --validate-input)
126+
cmdOpts=(${plugin} --plug-in outhtml_codefold --syntax=${lang} --quiet --include-style --font=${font} --font-size=${fontSizePoints} --style=${hlTheme} --encoding=${textEncoding} ${=extraHLFlags} --validate-input)
127127

128128
debug "Generating the preview"
129129
if [ ${thumb} = "1" ]; then

0 commit comments

Comments
 (0)