mirror of
https://github.com/Tecate/bitmap-fonts.git
synced 2026-09-10 07:16:21 -04:00
commit
6cceeacb79
13
README.md
13
README.md
|
|
@ -4,10 +4,23 @@ These fonts were not created by me, I simply collected them. Some of these fonts
|
|||
If something doesn't work check the archives file and see if there is a readme included with
|
||||
the font, or take a look at the creators website listed below.
|
||||
|
||||
|
||||
# Bitmap is disabled by default on Kali, Ubuntu, Linux Mint, and more.
|
||||
To fix this enter the following commands:
|
||||
```
|
||||
cd /etc/fonts/conf.d/
|
||||
sudo rm /etc/fonts/conf.d/10*
|
||||
sudo rm -rf 70-no-bitmaps.conf
|
||||
sudo ln -s ../conf.avail/70-yes-bitmaps.conf .
|
||||
sudo dpkg-reconfigure fontconfig
|
||||
```
|
||||
|
||||
=======
|
||||
This repo is an attempt to catalog all existing bdf/pcf fonts.
|
||||
|
||||
Let me know if there are any fonts you want included in this repo. Any bdf/pcf fonts will be accepted.
|
||||
|
||||
|
||||
## Installation:
|
||||
```
|
||||
sudo cp -avr bitmap/ /usr/share/fonts
|
||||
|
|
|
|||
Loading…
Reference in a new issue