1config BR2_PACKAGE_DEJAVU 2 bool "DejaVu fonts" 3 help 4 The DejaVu fonts are a font family based on the Vera Fonts. 5 Its purpose is to provide a wider range of characters while 6 maintaining the original look and feel through the process 7 of collaborative development, under a Free license. 8 9 http://dejavu-fonts.org 10 11if BR2_PACKAGE_DEJAVU 12 13config BR2_PACKAGE_DEJAVU_MONO 14 bool "mono fonts" 15 default y 16 17config BR2_PACKAGE_DEJAVU_SANS 18 bool "sans fonts" 19 default y 20 21config BR2_PACKAGE_DEJAVU_SERIF 22 bool "serif fonts" 23 default y 24 25config BR2_PACKAGE_DEJAVU_SANS_CONDENSED 26 bool "sans condensed fonts" 27 default y 28 29config BR2_PACKAGE_DEJAVU_SERIF_CONDENSED 30 bool "serif condensed fonts" 31 default y 32 33endif 34