Skip to content

Commit

Permalink
(fontconfig) Use Profont as default font
Browse files Browse the repository at this point in the history
  • Loading branch information
danguita committed Jan 15, 2024
1 parent fc428db commit cfd0d6b
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ config/fontconfig|.config/fontconfig
config/gtk-3.0|.config/gtk-3.0
config/mimeapps.list|.config/mimeapps.list
config/ranger|.config/ranger
fonts/profont|.local/share/fonts/profont
gemrc|.gemrc
gitignore|.gitignore
inputrc|.inputrc
Expand Down
2 changes: 1 addition & 1 deletion config/fontconfig/conf.d/99-font-aliases.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<alias>
<family>monospace</family>
<prefer>
<family>Terminus</family>
<family>ProfontOTB</family>
<family>DejaVu Sans Mono</family>
</prefer>
</alias>
Expand Down
22 changes: 22 additions & 0 deletions fonts/profont/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
ProFont
MIT License

Copyright (c) 2014 Gareth Redman, Carl Osterwald, Stephen C. Gilardi, Andrew Welch

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Binary file added fonts/profont/ProFontOTB.otb
Binary file not shown.
14 changes: 14 additions & 0 deletions fonts/profont/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
This is ProFont for Linux/UNIX X Windows, OpenType Bitmap (.otb), build by Riku Salminen.

To get the full original Distribution, other ProFont builds
and more information
go to <http://tobiasjung.name/profont/>


DISCLAIMER
See LICENSE file


Tobias Jung
December 2019
profont@tobiasjung.name

0 comments on commit cfd0d6b

Please sign in to comment.