Before font remake

This commit is contained in:
2026-07-31 23:03:40 +03:00
parent 432c890166
commit b883600abf
5 changed files with 24 additions and 12 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
use crate::lang::KanaSet;
use crate::Page::PreviousPage;
use crate::{NavigatedPage, Page, RootMessage, DEFAULT_SPACING};
use crate::{NavigatedPage, Page, RootMessage, DEFAULT_SPACING, USER_FONT};
use iced::widget::*;
use iced::{alignment, Element, Fill, Task};
use rand::seq::SliceRandom;
@@ -101,7 +101,7 @@ impl QuizState {
container(
iced::widget::column![
row![
text!("{}", self.kana.to_uppercase()).size(54),
text!("{}", self.kana.to_uppercase()).size(54).font(USER_FONT),
text!(
"{}",
if self.is_help {