Loading...
# # Video fonts # if CONSOLE_TRUETYPE menu "TrueType Fonts" config CONSOLE_TRUETYPE_NIMBUS bool "Nimbus Sans Regular" default y help Nimbus Sans L is a version of Nimbus Sans using Adobe font sources. It was designed in 1987. A subset of Nimbus Sans L were released under the GPL. Although the characters are not exactly the same, Nimbus Sans L has metrics almost identical to Helvetica and Arial. (From Wikipedia, the free encyclopedia) From: https://fontlibrary.org/en/font/nimbus-sans-l License: GNU GPL v3 http://www.gnu.org/copyleft/gpl.html config CONSOLE_TRUETYPE_ANKACODER bool "Anka Coder Narrow" help The Anka/Coder family is a monospaced, courier-width font for source code and terminals, in two styles and weights. Anka/Coder Narrow was developed for printing source code. https://code.google.com/p/anka-coder-fonts/ From: https://fontlibrary.org/en/font/anka-coder-narrow License: SIL Open Font Licence http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL config CONSOLE_TRUETYPE_RUFSCRIPT bool "Ruf Script" help A laid-back handwritten font. Font: https://fontlibrary.org/en/font/rufscript License: GPL with font exception http://www.gnu.org/copyleft/gpl.html config CONSOLE_TRUETYPE_CANTORAONE bool "Cantoraone" help Cantora is a friendly semi formal, semi condensed, semi sans-serif with a hint of handwriting. Perfect for headlines. From https://fontlibrary.org/en/font/cantora License: SIL Open Font Licence http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL config CONSOLE_TRUETYPE_UBUNTU_LIGHT bool "Ubuntu Light" help The Ubuntu Font Family are a set of matching libre/open fonts developed in 2010-2011, funded by Canonical Ltd on behalf the wider Free Software community and the Ubuntu project. The technical font design work and implementation was undertaken by Dalton Maag. From https://fonts.google.com/specimen/Ubuntu License: Ubuntu Font Licence version 1.0 https://canonical.com/legal/font-licence config CONSOLE_TRUETYPE_UBUNTU_BOLD bool "Ubuntu Bold" help The Ubuntu Font Family are a set of matching libre/open fonts developed in 2010-2011, funded by Canonical Ltd on behalf the wider Free Software community and the Ubuntu project. The technical font design work and implementation was undertaken by Dalton Maag. From https://fonts.google.com/specimen/Ubuntu License: Ubuntu Font Licence version 1.0 https://canonical.com/legal/font-licence endmenu endif # CONSOLE_TRUETYPE |