Skip to content

Commit

Permalink
fix 2.7k font
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Feb 10, 2024
1 parent 32448ec commit 422476a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/src/font/dimensions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pub enum CharacterSize {
Large,
Small,
Ultra,
XLarge,
}

impl CharacterSize {
Expand Down Expand Up @@ -46,7 +47,7 @@ impl Display for CharacterSize {
match self {
CharacterSize::Large => "1080p",
CharacterSize::Small => "720p",
CharacterSize::Ultra => "2.7K",
CharacterSize::XLarge => "2.7K",
CharacterSize::Ultra => "4K",
}
)
Expand Down

0 comments on commit 422476a

Please sign in to comment.