11.stylix/modules/discord/common/font-theme.nix
2025-06-20 23:45:19 +01:00

7 lines
165 B
Nix

fonts: ''
:root {
--font-primary: ${fonts.sansSerif.name};
--font-display: ${fonts.sansSerif.name};
--font-code: ${fonts.monospace.name};
}
''