Skip to content

Commit 489de4d

Browse files
committed
Change default font size to 16
1 parent fedc958 commit 489de4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use crate::asciicast::Asciicast;
1717

1818
pub const DEFAULT_FONT_FAMILY: &str =
1919
"JetBrains Mono,Fira Code,SF Mono,Menlo,Consolas,DejaVu Sans Mono,Liberation Mono";
20-
pub const DEFAULT_FONT_SIZE: usize = 14;
20+
pub const DEFAULT_FONT_SIZE: usize = 16;
2121
pub const DEFAULT_FPS_CAP: u8 = 30;
2222
pub const DEFAULT_LAST_FRAME_DURATION: f64 = 3.0;
2323
pub const DEFAULT_LINE_HEIGHT: f64 = 1.4;

0 commit comments

Comments
 (0)