walker: use matugen font

This commit is contained in:
Nico 2025-05-03 16:16:02 +10:00
parent 2644ea1b7b
commit 36309f2102

View file

@ -7,6 +7,10 @@
@define-color background {{colors.background.default.hex}}; @define-color background {{colors.background.default.hex}};
@define-color primary {{colors.primary_container.default.hex}}; @define-color primary {{colors.primary_container.default.hex}};
* {
font-family: {{ custom.font }};
}
#window, #window,
#box, #box,
#aiScroll, #aiScroll,