2012-10-11 01:28:05 +02:00
|
|
|
config BR2_PACKAGE_GOOGLEFONTDIRECTORY
|
|
|
|
bool "Google font directory"
|
|
|
|
help
|
2019-01-17 22:14:22 +01:00
|
|
|
Font files available from Google Fonts
|
2012-10-11 01:28:05 +02:00
|
|
|
|
2019-01-17 22:14:22 +01:00
|
|
|
https://github.com/google/fonts
|
2012-10-11 01:28:05 +02:00
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_GOOGLEFONTDIRECTORY
|
|
|
|
|
2012-10-11 01:28:05 +02:00
|
|
|
config BR2_PACKAGE_GOOGLEFONTDIRECTORY_FONTS
|
|
|
|
string "List of fonts to install"
|
2019-01-17 22:14:22 +01:00
|
|
|
default "ufl/ubuntu"
|
2012-10-11 01:28:05 +02:00
|
|
|
help
|
2019-01-17 22:14:22 +01:00
|
|
|
Specify a space-separated list of fonts to install. They
|
|
|
|
correspond to the path of the font directory within Google
|
|
|
|
Font directory code base. For example: ufl/ubuntu,
|
|
|
|
apache/kranky or ofl/gleego.
|
2013-12-20 22:31:30 +01:00
|
|
|
|
|
|
|
endif
|