1config BR2_PACKAGE_GOOGLEFONTDIRECTORY 2 bool "Google font directory" 3 help 4 Font files available from Google Fonts 5 6 https://github.com/google/fonts 7 8if BR2_PACKAGE_GOOGLEFONTDIRECTORY 9 10config BR2_PACKAGE_GOOGLEFONTDIRECTORY_FONTS 11 string "List of fonts to install" 12 default "ufl/ubuntu" 13 help 14 Specify a space-separated list of fonts to install. They 15 correspond to the path of the font directory within Google 16 Font directory code base. For example: ufl/ubuntu, 17 apache/kranky or ofl/gleego. 18 19endif 20