forked from Shinonome/dots-hyprland
fix font inconsistencies
This commit is contained in:
@@ -4,9 +4,11 @@ import QtQuick.Layouts
|
||||
|
||||
Text {
|
||||
renderType: Text.NativeRendering
|
||||
font.hintingPreference: Font.PreferFullHinting
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
font.family: Appearance?.font.family.main ?? "sans-serif"
|
||||
font.pixelSize: Appearance?.font.pixelSize.small ?? 15
|
||||
font {
|
||||
hintingPreference: Font.PreferFullHinting
|
||||
family: Appearance?.font.family.main ?? "sans-serif"
|
||||
pixelSize: Appearance?.font.pixelSize.small ?? 15
|
||||
}
|
||||
color: Appearance?.m3colors.m3onBackground ?? "black"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user