mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Font: added per font family scaling. removed billboard font
This commit is contained in:
@@ -71,12 +71,6 @@
|
||||
"description": "Monospace-Schriftart für Zahlen und Statistik-Anzeigen.",
|
||||
"placeholder": "Monospace-Schriftart auswählen...",
|
||||
"search-placeholder": "Monospace-Schriftarten suchen..."
|
||||
},
|
||||
"accent": {
|
||||
"label": "Akzent-Schriftart",
|
||||
"description": "Große Schriftart für hervorgehobene Anzeigen.",
|
||||
"placeholder": "Display-Schriftart auswählen...",
|
||||
"search-placeholder": "Display-Schriftarten suchen..."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -64,19 +64,21 @@
|
||||
"label": "Default font",
|
||||
"description": "Main font used throughout the interface.",
|
||||
"placeholder": "Select default font...",
|
||||
"search-placeholder": "Search fonts..."
|
||||
"search-placeholder": "Search font...",
|
||||
"scale": {
|
||||
"label": "Default font size",
|
||||
"description": "Increase or decrease the size of the standard text."
|
||||
}
|
||||
},
|
||||
"monospace": {
|
||||
"label": "Monospaced font",
|
||||
"description": "Monospaced font used for numbers and stats display.",
|
||||
"placeholder": "Select monospace font...",
|
||||
"search-placeholder": "Search monospace fonts..."
|
||||
},
|
||||
"accent": {
|
||||
"label": "Accent font",
|
||||
"description": "Large font used for prominent displays.",
|
||||
"placeholder": "Select display font...",
|
||||
"search-placeholder": "Search display fonts..."
|
||||
"search-placeholder": "Search monospace font...",
|
||||
"scale": {
|
||||
"label": "Monospaced font size",
|
||||
"description": "Increase or decrease the size of the monospaced text."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -69,12 +69,6 @@
|
||||
"description": "Fuente monoespaciada utilizada para la visualización de números y estadísticas.",
|
||||
"placeholder": "Seleccionar fuente monoespaciada...",
|
||||
"search-placeholder": "Buscar fuentes monoespaciadas..."
|
||||
},
|
||||
"accent": {
|
||||
"label": "Fuente de acento",
|
||||
"description": "Fuente grande utilizada para visualizaciones destacadas.",
|
||||
"placeholder": "Seleccionar fuente de visualización...",
|
||||
"search-placeholder": "Buscar fuentes de visualización..."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -69,12 +69,6 @@
|
||||
"description": "Police à chasse fixe utilisée pour l'affichage des chiffres et des statistiques.",
|
||||
"placeholder": "Sélectionner la police à chasse fixe...",
|
||||
"search-placeholder": "Rechercher des polices à chasse fixe..."
|
||||
},
|
||||
"accent": {
|
||||
"label": "Police d'accentuation",
|
||||
"description": "Grande police utilisée pour les affichages proéminents.",
|
||||
"placeholder": "Sélectionner la police d'affichage...",
|
||||
"search-placeholder": "Rechercher des polices d'affichage..."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -69,12 +69,6 @@
|
||||
"description": "Fonte monoespaçada usada para exibição de números e estatísticas.",
|
||||
"placeholder": "Selecione a fonte monoespaçada...",
|
||||
"search-placeholder": "Pesquisar fontes monoespaçadas..."
|
||||
},
|
||||
"accent": {
|
||||
"label": "Fonte de destaque",
|
||||
"description": "Fonte grande usada para exibições proeminentes.",
|
||||
"placeholder": "Selecione a fonte de exibição...",
|
||||
"search-placeholder": "Pesquisar fontes de exibição..."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -69,12 +69,6 @@
|
||||
"description": "用于数字和统计信息显示的等宽字体。",
|
||||
"placeholder": "选择等宽字体...",
|
||||
"search-placeholder": "搜索等宽字体..."
|
||||
},
|
||||
"accent": {
|
||||
"label": "强调字体",
|
||||
"description": "用于突出显示内容的大字体。",
|
||||
"placeholder": "选择标题字体...",
|
||||
"search-placeholder": "搜索标题字体..."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -148,7 +148,8 @@
|
||||
"ui": {
|
||||
"fontDefault": "Roboto",
|
||||
"fontFixed": "DejaVu Sans Mono",
|
||||
"fontBillboard": "Inter",
|
||||
"fontDefaultScale": 1,
|
||||
"fontFixedScale": 1,
|
||||
"monitorsScaling": [],
|
||||
"idleInhibitorEnabled": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user