BootstrapIcons: bundle font with noctalia, use fontloader

This commit is contained in:
Ly-sec 2025-09-09 17:41:16 +02:00
parent 144406ae0e
commit 5042d4d747
4 changed files with 55 additions and 1 deletions

View file

@ -15,7 +15,7 @@ Text {
}
return Bootstrap.icons[icon]
}
font.family: "bootstrap-icons"
font.family: Bootstrap.fontFamily
font.pointSize: Style.fontSizeL * scaling
color: Color.mOnSurface
verticalAlignment: Text.AlignVCenter