Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Nikolai Aleksandrovich Pavlov 3043e7f629 Merge pull request #216 from daehyeok/readme il y a 7 ans
3270 Add README to font folder il y a 8 ans
AnonymousPro add fonts.scale and fonts.dir files for `xset +fp` il y a 11 ans
Arimo Adding Croscore fonts (Chrome OS core fonts) il y a 8 ans
Cousine update cousine font source link il y a 8 ans
D2Coding Add README il y a 7 ans
DejaVuSansMono add fonts.scale and fonts.dir files for `xset +fp` il y a 11 ans
DroidSansMono add fonts.scale and fonts.dir files for `xset +fp` il y a 11 ans
DroidSansMonoDotted Add pre-patched Droid Sans Mono Dotted font il y a 9 ans
DroidSansMonoSlashed Add pre-patched Droid Sans Mono Slashed font il y a 9 ans
FiraMono changed the name of font to match powerline il y a 7 ans
GoMono Add README il y a 7 ans
Hack Update Hacks fonts to v2.020 il y a 8 ans
Inconsolata Merge branch 'pr-52' il y a 7 ans
Inconsolata-g Add Inconsolata-g patched font il y a 10 ans
InconsolataDz add fonts.scale and fonts.dir files for `xset +fp` il y a 11 ans
InputMono Add README for Input Mono (officially supported font) il y a 10 ans
LiberationMono add fonts.scale and fonts.dir files for `xset +fp` il y a 11 ans
Meslo Dotted Fix ligatures in Meslo, add dotted Meslo il y a 8 ans
Meslo Slashed Fix ligatures in Meslo, add dotted Meslo il y a 8 ans
Monofur Monofur font added il y a 9 ans
NotoMono Add README il y a 7 ans
RobotoMono Add pre-patched Roboto Mono font il y a 9 ans
SourceCodePro add fonts.scale and fonts.dir files for `xset +fp` il y a 11 ans
SymbolNeu Adding Croscore fonts (Chrome OS core fonts) il y a 8 ans
Terminus Avoid conflicts with unpatched Terminus il y a 10 ans
Tinos Adding Croscore fonts (Chrome OS core fonts) il y a 8 ans
UbuntuMono add fonts.scale and fonts.dir files for `xset +fp` il y a 11 ans
fontconfig Adds a fontconfig file which should resolve issues with using Terminess Powerline il y a 10 ans
samples added image links for Hack font il y a 9 ans
README.rst Add info about missing fonts il y a 7 ans
install.ps1 Add help and FontName parameter. il y a 8 ans
install.sh Merge branch 'pr-141' il y a 7 ans

README.rst

Powerline fonts
===============

This repository contains pre-patched and adjusted fonts for usage with
the `Powerline <https://github.com/powerline/powerline>`_ statusline plugin.

Installation
------------

Run ``./install.sh`` to install all Powerline Fonts or see the documentation_ for details.

.. _documentation: https://powerline.readthedocs.org/en/latest/installation/linux.html#fonts-installation

Quick installation
------------------

You can copy and paste the commands to your terminal. Comments are fine too.
::
# clone
git clone https://github.com/powerline/fonts.git
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts


Font Families
-------------

======================================= ========================= ====================================
Powerline Font Family Formerly Known As License
======================================= ========================= ====================================
3270 3270 BSD/CCAS 3.0
Anonymice Powerline Anonymous Pro SIL Open Font License, Version 1.1
Arimo Powerline Arimo Apache License, Version 2.0
Cousine Powerline Cousine Apache License, Version 2.0
D2Coding for Powerline D2Coding SIL Open Font License, Version 1.1
DejaVu Sans Mono for Powerline DejaVu Sans Mono DejaVu Fonts License, Version 1.0
Droid Sans Mono for Powerline Droid Sans Mono Apache License, Version 2.0
Droid Sans Mono Dotted for Powerline Droid Sans Mono Dotted Apache License, Version 2.0
Droid Sans Mono Slashed for Powerline Droid Sans Mono Slashed Apache License, Version 2.0
Fura Mono Powerline Fira Mono SIL OPEN FONT LICENSE Version 1.1
Hack Hack SIL OFL, v1.1 + Bitstream License
Inconsolata for Powerline Inconsolata SIL Open Font License, Version 1.0
Inconsolata-dz for Powerline Inconsolata-dz SIL Open Font License, Version 1.0
Inconsolata-g for Powerline Inconsolata-g SIL Open Font License, Version 1.0
Input Mono Input Mono Input’s license
Literation Mono Powerline Liberation Mono SIL Open Font License, Version 1.1
Meslo for Powerline Meslo Apache License, Version 2.0
Sauce Code Powerline Source Code Pro SIL Open Font License, Version 1.1
Meslo Dotted for Powerline Meslo Dotted Apache License, Version 2.0
Meslo Slashed for Powerline Meslo Dotted Apache License, Version 2.0
Monofur for Powerline Monofur Freeware
Noto Mono for Powerline Noto Mono SIL Open Font License, Version 1.1
Roboto Mono for Powerline Roboto Mono Apache License, Version 2.0
Symbol Neu Powerline Symbol Neu Apache License, Version 2.0
Terminess Powerline Terminus SIL Open Font License, Version 1.1
Tinos Powerline Tinos Apache License, Version 2.0
Ubuntu Mono derivative Powerline Ubuntu Mono Ubuntu Font License, Version 1.0
======================================= ========================= ====================================

iTerm2 users need to set both the Regular font and the Non-ASCII Font in
"iTerm > Preferences > Text" to use a patched font (per `this issue`__).

__ https://github.com/Lokaltog/powerline-fonts/issues/44

Fontconfig
----------

In some distributions, Terminess Powerline is ignored by default and must be
explicitly allowed. A fontconfig file is provided which enables it. Copy this
file from the fontconfig directory to your home folder under
``~/.config/fontconfig/conf.d`` (create it if it doesn't exist) and re-run
``fc-cache -vf``.