b68166f638e8adb8e6863f0cdc3af47db3f5e91c
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / liberation / Config.in
1 config 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 if BR2_PACKAGE_LIBERATION
9
10 config BR2_PACKAGE_LIBERATION_MONO
11         bool "mono fonts"
12         default y
13
14 config BR2_PACKAGE_LIBERATION_SANS
15         bool "sans fonts"
16         default y
17
18 config BR2_PACKAGE_LIBERATION_SERIF
19         bool "serif fonts"
20         default y
21
22 endif