parent
4ae6a9a9a7
commit
1861f357a8
16 changed files with 1026 additions and 562 deletions
|
@ -7,7 +7,7 @@ use colors_transform::Rgb;
|
|||
use iced::{
|
||||
font::{Style, Weight},
|
||||
widget::{container, svg::Handle, Svg},
|
||||
Length, Size,
|
||||
Element, Length, Size,
|
||||
};
|
||||
use tracing::error;
|
||||
|
||||
|
@ -47,9 +47,7 @@ impl From<iced::font::Font> for Font {
|
|||
fn from(value: iced::font::Font) -> Self {
|
||||
Self {
|
||||
name: match value.family {
|
||||
iced::iced::font::Family::Name(name) => {
|
||||
name.to_string()
|
||||
}
|
||||
iced::font::Family::Name(name) => name.to_string(),
|
||||
_ => "Quicksand Bold".into(),
|
||||
},
|
||||
size: 20,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue