forked from atomantic/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
32 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,25 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | ||
|
||
<!-- | ||
When a glyph is missing in the current font freetype2 will look into | ||
other installed fonts to see if it's going to find it, but which fonts? | ||
and in which order? | ||
The configuration below aim to declare an ordered list of fonts | ||
to be looked into when a glyph is not found in a specic font | ||
<alias> | ||
<family>FONT_WITH_A_POSSIBLY_MISSING_GLYPH</family> | ||
<prefer> | ||
<family>FIRST_FONT_TO_LOOK_INTO</family> | ||
<family>SECOND_FONT_TO_LOOK_INTO</family> | ||
<family>...</family> | ||
</prefer> | ||
</alias> | ||
--> | ||
|
||
<fontconfig> | ||
<alias> | ||
<family>RobotoMonoForPowerline-Regular</family> | ||
<family>Hack</family> | ||
<prefer> | ||
<family>PowerlineSymbols</family> | ||
<family>Pomodoro</family> | ||
<family>FontAwesome</family> | ||
<family>Octicons</family> | ||
<family>Icomoon</family> | ||
</prefer> | ||
</alias> | ||
<alias> | ||
<family>Inconsolata Awesome</family> | ||
<prefer> | ||
<family>Pomodoro</family> | ||
<family>FontAwesome</family> | ||
<family>Octicons</family> | ||
<family>Icomoon</family> | ||
<family>PowerlineSymbols</family> | ||
</prefer> | ||
</alias> | ||
</fontconfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters