@@ -202,9 +202,9 @@ Singleton {
202202
203203 font: QtObject {
204204 property QtObject family: QtObject {
205- property string main: " Roboto Flex"
205+ property string main: " Google Sans Flex"
206206 property string numbers: " Rubik"
207- property string title: " Gabarito "
207+ property string title: " Google Sans Flex "
208208 property string iconMaterial: " Material Symbols Rounded"
209209 property string iconNerd: " JetBrains Mono NF"
210210 property string monospace: " JetBrains Mono NF"
@@ -213,15 +213,19 @@ Singleton {
213213 }
214214 property QtObject variableAxes: QtObject {
215215 // Roboto Flex is customized to feel geometric, unserious yet not overly kiddy
216+ // property var main: ({
217+ // "YTUC": 716, // Uppercase height (Raised from 712 to be more distinguishable from lowercase)
218+ // "YTFI": 716, // Figure (numbers) height (Lowered from 738 to match uppercase)
219+ // "YTAS": 716, // Ascender height (Lowered from 750 to match uppercase)
220+ // "YTLC": 490, // Lowercase height (Lowered from 514 to be more distinguishable from uppercase)
221+ // "XTRA": 488, // Counter width (Raised from 468 to be less condensed, less serious)
222+ // "wdth": 105, // Width (Space out a tiny bit for readability)
223+ // "GRAD": 175, // Grade (Increased so the 6 and 9 don't look weak)
224+ // "wght": 300, // Weight (Lowered to compensate for increased grade)
225+ // })
216226 property var main: ({
217- " YTUC" : 716 , // Uppercase height (Raised from 712 to be more distinguishable from lowercase)
218- " YTFI" : 716 , // Figure (numbers) height (Lowered from 738 to match uppercase)
219- " YTAS" : 716 , // Ascender height (Lowered from 750 to match uppercase)
220- " YTLC" : 490 , // Lowercase height (Lowered from 514 to be more distinguishable from uppercase)
221- " XTRA" : 488 , // Counter width (Raised from 468 to be less condensed, less serious)
222- " wdth" : 105 , // Width (Space out a tiny bit for readability)
223- " GRAD" : 175 , // Grade (Increased so the 6 and 9 don't look weak)
224- " wght" : 300 , // Weight (Lowered to compensate for increased grade)
227+ " wght" : 450 ,
228+ " wdth" : 100 ,
225229 })
226230 // Rubik simply needs regular weight to override that of the main font where necessary
227231 property var numbers: ({
@@ -236,7 +240,7 @@ Singleton {
236240 // "XTRA": 490, // Counter width (Raised from 468 to be less condensed, less serious)
237241 // "wdth": 110, // Width (Space out a tiny bit for readability)
238242 // "GRAD": 150, // Grade (Increased so the 6 and 9 don't look weak)
239- " wght" : 900 , // Weight (Lowered to compensate for increased grade)
243+ " wght" : 550 , // Weight (Lowered to compensate for increased grade)
240244 })
241245 }
242246 property QtObject pixelSize: QtObject {
0 commit comments