diff options
Diffstat (limited to 'src/bin')
| -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. |
