Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
ZyX 83fc3f8c84 Merge branch 'pr-52' há 7 anos
3270 Add README to font folder há 8 anos
AnonymousPro add fonts.scale and fonts.dir files for `xset +fp` há 11 anos
Arimo Adding Croscore fonts (Chrome OS core fonts) há 8 anos
Cousine update cousine font source link há 8 anos
D2Coding Add README há 7 anos
DejaVuSansMono add fonts.scale and fonts.dir files for `xset +fp` há 11 anos
DroidSansMono add fonts.scale and fonts.dir files for `xset +fp` há 11 anos
DroidSansMonoDotted Add pre-patched Droid Sans Mono Dotted font há 9 anos
DroidSansMonoSlashed Add pre-patched Droid Sans Mono Slashed font há 9 anos
FiraMono Add FuraMono (FiraMono derivative) há 9 anos
GoMono Add README há 7 anos
Hack Update Hacks fonts to v2.020 há 8 anos
Inconsolata Merge branch 'pr-52' há 7 anos
Inconsolata-g Add Inconsolata-g patched font há 10 anos
InconsolataDz add fonts.scale and fonts.dir files for `xset +fp` há 11 anos
InputMono Add README for Input Mono (officially supported font) há 10 anos
LiberationMono add fonts.scale and fonts.dir files for `xset +fp` há 11 anos
Meslo add fonts.scale and fonts.dir files for `xset +fp` há 11 anos
Monofur Monofur font added há 9 anos
NotoMono Add README há 7 anos
RobotoMono Add pre-patched Roboto Mono font há 9 anos
SourceCodePro add fonts.scale and fonts.dir files for `xset +fp` há 11 anos
SymbolNeu Adding Croscore fonts (Chrome OS core fonts) há 8 anos
Terminus Avoid conflicts with unpatched Terminus há 10 anos
Tinos Adding Croscore fonts (Chrome OS core fonts) há 8 anos
UbuntuMono add fonts.scale and fonts.dir files for `xset +fp` há 11 anos
fontconfig Adds a fontconfig file which should resolve issues with using Terminess Powerline há 10 anos
samples added image links for Hack font há 9 anos
README.rst Merge branch 'pr-79' há 7 anos
install.ps1 Add help and FontName parameter. há 8 anos
install.sh Merge branch 'pr-141' há 7 anos

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
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 Slashed for Powerline Droid Sans Mono Slashed Apache License, Version 2.0
Droid Sans Mono Dotted for Powerline Droid Sans Mono Dotted Apache License, Version 2.0
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
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
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
Monofur for Powerline Monofur Freeware
Fura Powerline FiraMono SIL Open Font License, Version 1.1
======================================= ========================= ====================================

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``.