Use Segoe UI Symbol font for Win7.

This commit is contained in:
2026-07-14 01:13:56 -06:00
parent 4944517a0e
commit 3b928eb775
35 changed files with 39804 additions and 93 deletions

View File

@@ -3,6 +3,11 @@ if get_option('plugin')
endif
if get_option('gtk-frontend')
# The bundled emoji font ships only with Windows builds; Linux and other
# Unix systems use the system emoji font package instead.
if host_machine.system() == 'windows'
subdir('fonts')
endif
subdir('icons')
subdir('misc')
subdir('man')