From 5de92f6d5e482af412763ba40e55a16102b79b20 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 22 Jun 2019 17:01:32 +0200 Subject: =?UTF-8?q?Add=20monospace=20syntax=20=F0=9F=93=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bin/main.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/bin') diff --git a/src/bin/main.rs b/src/bin/main.rs index edf639f0..4ed643d9 100644 --- a/src/bin/main.rs +++ b/src/bin/main.rs @@ -59,11 +59,11 @@ fn run() -> Result<(), Box> { ("CMU-Serif-Italic.ttf", font!["Computer Modern", Italic, Serif]), ("CMU-Serif-Bold.ttf", font!["Computer Modern", Bold, Serif]), ("CMU-Serif-Bold-Italic.ttf", font!["Computer Modern", Bold, Italic, Serif]), - ("CMU-Typewriter-Regular.ttf", font!["Computer Modern", Regular, Monospace]), - ("CMU-Typewriter-Italic.ttf", font!["Computer Modern", Italic, Monospace]), - ("CMU-Typewriter-Bold.ttf", font!["Computer Modern", Bold, Monospace]), - ("CMU-Typewriter-Bold-Italic.ttf", font!["Computer Modern", Bold, Italic, Monospace]), - ("NotoEmoji-Regular.ttf", font!["Noto", Regular, SansSerif, Serif, Monospace]), + ("CMU-Typewriter-Regular.ttf", font!["Computer Modern", Regular, Serif, SansSerif, Monospace]), + ("CMU-Typewriter-Italic.ttf", font!["Computer Modern", Italic, Serif, SansSerif, Monospace]), + ("CMU-Typewriter-Bold.ttf", font!["Computer Modern", Bold, Serif, SansSerif, Monospace]), + ("CMU-Typewriter-Bold-Italic.ttf", font!["Computer Modern", Bold, Italic, Serif, SansSerif, Monospace]), + ("NotoEmoji-Regular.ttf", font!["Noto", Regular, Bold, Italic, SansSerif, Serif, Monospace]), ])); // Typeset the source code. -- cgit v1.2.3