Skip to content

Commit

Permalink
fix(classes): Use Hack as default monospace font
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens authored and alerque committed Jul 16, 2020
1 parent 29ca519 commit 0e61067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/docbook.sil
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\script[src=packages/verbatim]%
\define[command=docbook-line]{\medskip\hrule[height=0.5pt,width=50mm]\medskip}%
\define[command=docbook-sectionsfont]{\font[family=DejaVu Sans,style=Bold Condensed]{\process}}%
\define[command=docbook-ttfont]{\font[family=Inconsolata,size=2ex]{\process}}%
\define[command=docbook-ttfont]{\font[family=Hack,size=2ex]{\process}}%
%%
\define[command=docbook-article-title]{\center{\docbook-sectionsfont{\font[size=20pt]{\process}}}\bigskip}%
\define[command=docbook-section-title]{\noindent\bigskip\docbook-sectionsfont{\process}\bigskip}%
Expand Down

0 comments on commit 0e61067

Please sign in to comment.