- agave
*** about
agave is a fixed-width outline typeface, designed by [[https://b.agaric.net/about][type agaric]].
Free to use, peruse, and diffuse. Everything (font files, glyph designs, glyph databases, and documentation) is released under the [[https://raw.githubusercontent.com/agarick/agave/master/LICENSE][MIT license]].
more about: [[https://b.agaric.net/page/agave]]
*** status (ver. 10)
-
regular:
- done: ascii; latin ext; greek; cyrillic; math; ipa; arrows; box; powerline; etc.
- todo: more glyphs here and there
-
bold:
- /in progress (agave-b.ttf not ready for regular use)/
-
italic:
- /yet to be designed/
*** distribution
The =ttf= font files are placed in =dist/=.
- Variants are named =agave-?.ttf=, where =?= stands for =r=, =b=, =i=, or =z=, representing =regular=, =bold=, =italic=, and =bold+italic= respectively.
- Only the =r= variant is usable as of yet.
Source templates, designs, and databases can be found in =src/=.
*** preview
glyph distinction, in ASCII:
[[https://raw.githubusercontent.com/agarick/agave/master/img/ascii.png]]
geometric rationale, sampling the regular Latin letter "b":
[[https://raw.githubusercontent.com/agarick/agave/master/img/metric.png]]
terminal:
[[https://raw.githubusercontent.com/agarick/agave/master/img/term.png]]
literary text, sampling ASCII, Greek, and Cyrillic:
[[https://raw.githubusercontent.com/agarick/agave/master/img/text.png]]
*** naming
- "Agave" refers either to the green plant or to the daughter of Kadmos in mythology.
- Agave is sister to [[https://github.com/agarick/autonoe][autonoe]] and [[https://github.com/agarick/ino][ino]].
- type agaric opted for a slightly eponymic name for their first typeface.
*** discussion
Feedback, questions, suggestions, etc. are welcome and encouraged.
Feel free to use the [[https://github.com/agarick/agave/issues][issue tracker]] or contact type agaric via email at =[email protected]=.
*** thanks
... foremost to the respective persons/teams behind FontForge and Inkscape, as I relied on the two programs to design, draw, and generate agave,
to GitHub for hosting this repo,
and to all the users ♥
- Pick your font family and then select from the
'complete'
directory.- If you are on Windows pick a font with the
'Windows Compatible'
suffix.- This includes specific tweaks to ensure the font works on Windows, in particular monospace identification and font name length limitations
- If you are limited to monospaced fonts (because of your terminal, etc) then pick a font with the
'Mono'
suffix.- This denotes that the Nerd Font glyphs will be monospaced not necessarily that the entire font will be monospaced
- If you are on Windows pick a font with the
By the Nerd Font policy, the variant with the 'Mono'
suffix is not supposed to have any ligatures.
Use the non-Mono variants to have ligatures.
Once you narrow down your font choice of family (Droid Sans
, Inconsolata
, etc) and style (bold
, italic
, etc) you have 2 main choices:
- download an already patched font from the
complete
folder- This is most likely the one you want. It includes all of the glyphs from all of the glyph sets. Only caution here is that some fonts have glyphs in the same code point so to include everything some had to be moved to alternate code points.
- patch your own variations with the various options provided by the font patcher (see each font's readme for full list of combinations available)
- This is the option you want if the font you use is not already included or you want maximum control of what's included
- This contains a list of all permutations of the various glyphs. E.g. You want the font with only Octicons or you want the font with just Font Awesome and Devicons. The goal is to provide every combination possible in this folder.
For more information see: The FAQ