use (tweaked) roboto flex for shell text

This commit is contained in:
end-4
2025-11-02 00:57:50 +01:00
parent dcc14a565d
commit 09c637914d
27 changed files with 210 additions and 546 deletions
@@ -11,8 +11,9 @@ TextInput {
selectedTextColor: Appearance.m3colors.m3onSecondaryContainer
selectionColor: Appearance.colors.colSecondaryContainer
font {
family: Appearance?.font.family.main ?? "sans-serif"
family: Appearance.font.family.main
pixelSize: Appearance?.font.pixelSize.small ?? 15
hintingPreference: Font.PreferFullHinting
variableAxes: Appearance.font.variableAxes.main
}
}