mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-22 08:49:58 -05:00
use (tweaked) roboto flex for shell text
This commit is contained in:
@@ -134,8 +134,11 @@ Scope { // Scope
|
||||
StyledText {
|
||||
id: cheatsheetTitle
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
font.family: Appearance.font.family.title
|
||||
font.pixelSize: Appearance.font.pixelSize.title
|
||||
font {
|
||||
family: Appearance.font.family.title
|
||||
pixelSize: Appearance.font.pixelSize.title
|
||||
variableAxes: Appearance.font.variableAxes.title
|
||||
}
|
||||
text: Translation.tr("Cheat sheet")
|
||||
}
|
||||
PrimaryTabBar { // Tab strip
|
||||
|
||||
Reference in New Issue
Block a user