Config.in 522 B

123456789101112131415161718192021222324
  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. https://github.com/liberationfonts/liberation-fonts
  8. if BR2_PACKAGE_LIBERATION
  9. config BR2_PACKAGE_LIBERATION_MONO
  10. bool "mono fonts"
  11. default y
  12. config BR2_PACKAGE_LIBERATION_SANS
  13. bool "sans fonts"
  14. default y
  15. config BR2_PACKAGE_LIBERATION_SERIF
  16. bool "serif fonts"
  17. default y
  18. endif