Include font and style changes

This commit is contained in:
2026-02-15 23:55:08 +03:00
parent 3c6eb152b4
commit 33781538f5
5 changed files with 10 additions and 19 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ use iced::Element;
fn main() -> iced::Result {
iced::application(ScreenState::boot, ScreenState::update, ScreenState::view)
.title("Kana learn app").run()
.title("Kana learn app").font(include_bytes!("../noto.ttf")).run()
}
#[derive(Debug, Clone)]