diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-06-22 17:01:32 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-06-22 17:01:32 +0200 |
| commit | 5de92f6d5e482af412763ba40e55a16102b79b20 (patch) | |
| tree | 1b291d6e66108b6fe0f3e512d4179b5531753eb1 /src/bin/main.rs | |
| parent | 099ce71aba54a40455b7ce35768c8fe003f7b16a (diff) | |
Add monospace syntax 📰
Diffstat (limited to 'src/bin/main.rs')
| -rw-r--r-- | src/bin/main.rs | 10 |
1 files changed, 5 insertions, 5 deletions
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<Error>> { ("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. |
