xref: /OK3568_Linux_fs/buildroot/package/liberation/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBERATION
2	bool "Liberation (Free fonts)"
3	help
4	  The Liberation Fonts are intended to be replacements for the
5	  three most commonly used fonts on Microsoft systems:
6	  Times New Roman, Arial, and Courier New.
7
8	  https://github.com/liberationfonts/liberation-fonts
9
10if BR2_PACKAGE_LIBERATION
11
12config BR2_PACKAGE_LIBERATION_MONO
13	bool "mono fonts"
14	default y
15
16config BR2_PACKAGE_LIBERATION_SANS
17	bool "sans fonts"
18	default y
19
20config BR2_PACKAGE_LIBERATION_SERIF
21	bool "serif fonts"
22	default y
23
24endif
25