diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-10 22:37:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-10 22:37:50 +0000 |
commit | 91384b8beac142e5e28f8500be3aeca976d47a88 (patch) | |
tree | 105a357aeac501e70054632fec7aecd80c46110e /Master/texmf-dist/doc/fonts/fontawesome/README.md | |
parent | 29257ccc28919fcb506e6582fa5078ed0e542f70 (diff) |
fontawesome (10jul15)
git-svn-id: svn://tug.org/texlive/trunk@37825 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/fontawesome/README.md')
-rw-r--r-- | Master/texmf-dist/doc/fonts/fontawesome/README.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/fontawesome/README.md b/Master/texmf-dist/doc/fonts/fontawesome/README.md new file mode 100644 index 00000000000..ecdceb35ea0 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/fontawesome/README.md @@ -0,0 +1,26 @@ +#fontawesome -- high quality web icons# + +The **fontawesome** package grants access to 519 web-related icons provided by +the included _Font Awesome_ free font, designed by Dave Gandy and released under +the open SIL Open Font License (available at http://scripts.sil.org/OFL). +See http://www.fontawesome.io for more details about the font itself. + +This package works both with Xe(La)TeX and Lua(La)TeX (using _fontspec_ to load +the included original otf font), as well as pdf(La)TeX (using an included +type1 conversion and character mapping of the font). + +Once the package is loaded, icons can be accessed through the general `\faicon` +command, which takes as argument the name of the desired icon, or through direct +commands specific to each icon. The full list of icon designs, names and direct +commands is showcased in the manual. + + +Font Awesome font<br/> +Author: Dave Gandy<br/> +Licence: SIL Open Font License, version 1.1 +URL: http://www.fontawesome.io + +fontawesome LaTeX package<br/> +Author: Xavier Danaux <xdanaux@gmail.com><br/> +Licence: The LaTeX Project Public LiĀcense, version 1.3c +URL: https://github.com/xdanaux/fontawesome-latex |