Skip to content

Commit aeb106e

Browse files
committed
use google sans flex (#2509)
1 parent e6e86b4 commit aeb106e

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

dots/.config/fuzzel/fuzzel.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include="~/.config/fuzzel/fuzzel_theme.ini"
2-
font=Gabarito
2+
font=Google Sans Flex:weight=medium
33
terminal=kitty -1
44
prompt=">> "
55
layer=overlay

dots/.config/quickshell/ii/modules/common/Appearance.qml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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 {

sdata/deps-info.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ This file contains information about the dependencies, currently it describes ab
7373
- Used in Quickshell and matugen config.
7474
- `starship`
7575
- Used in Fish config.
76-
- `ttf-gabarito-git`
77-
- Font name: `Gabarito`
78-
- Used in fuzzel and Quickshell config.
7976
- `ttf-jetbrains-mono-nerd`
8077
- Font name: `JetBrains Mono NF`, `JetBrainsMono Nerd Font`.
8178
- Used in foot, kdeglobals, kitty, qt5ct, qt6ct and Quickshell config.

sdata/dist-arch/illogical-impulse-fonts-themes/PKGBUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgname=illogical-impulse-fonts-themes
22
pkgver=1.0
3-
pkgrel=3
3+
pkgrel=4
44
pkgdesc='Illogical Impulse Fonts and Theming Dependencies'
55
arch=(any)
66
license=(None)
@@ -16,7 +16,6 @@ depends=(
1616
matugen-bin
1717
otf-space-grotesk
1818
starship
19-
ttf-gabarito-git
2019
ttf-jetbrains-mono-nerd
2120
ttf-material-symbols-variable-git
2221
ttf-readex-pro

0 commit comments

Comments
 (0)