Use Noto Sans Light for the GUI title
This commit is contained in:
parent
eb9e7d81a9
commit
9bfc44d787
|
@ -73,6 +73,7 @@ impl IcedEditor for GainEditor {
|
||||||
.align_items(Alignment::Center)
|
.align_items(Alignment::Center)
|
||||||
.push(
|
.push(
|
||||||
Text::new("Gain GUI")
|
Text::new("Gain GUI")
|
||||||
|
.font(assets::NOTO_SANS_LIGHT)
|
||||||
.size(40)
|
.size(40)
|
||||||
.height(50.into())
|
.height(50.into())
|
||||||
.width(Length::Fill)
|
.width(Length::Fill)
|
||||||
|
|
Loading…
Reference in a new issue