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)
|
||||
.push(
|
||||
Text::new("Gain GUI")
|
||||
.font(assets::NOTO_SANS_LIGHT)
|
||||
.size(40)
|
||||
.height(50.into())
|
||||
.width(Length::Fill)
|
||||
|
|
Loading…
Reference in a new issue