This commit is contained in:
Chris Cochrun 2024-12-06 16:54:01 -06:00
parent 44aab37447
commit f1c80215ae

View file

@ -168,7 +168,7 @@ impl Presenter {
}
pub fn view(&self) -> Element<Message> {
let family = Family::Name("Quicksand");
let family = Family::Name("VictorMono Nerd Font");
let weight = Weight::Normal;
let stretch = Stretch::Normal;
let style = Style::Normal;