README 819 B

123456789101112131415161718
  1. font-opendyslexic (font designed for readers with dyslexia)
  2. OpenDyslexic is an open sourced font created to increase readability for
  3. readers with dyslexia. It includes regular, bold, italic, bold-italic,
  4. and monospaced styles. It is being updated continually and improved
  5. based on input from dyslexic users.
  6. The fonts are shipped in multiple formats. By default, the package will
  7. include only the OpenType (OTF) fonts. If you need the others, export
  8. the variable FORMATS as a space-separated list of font types. The
  9. choices are: otf ttf eot woff svg. You can also say "all". Example:
  10. # FORMATS="ttf woff" ./font-opendyslexic.SlackBuild
  11. Note that Xorg only knows how to use OpenType and TrueType. The others
  12. will be installed in /usr/share/fonts/<format>, for use with whatever
  13. software you have that supports them.