alexmyczko / fnt

apt for fonts, the missing font manager for macOS/linux
Other
489 stars 20 forks source link

On Linux, install fonts in ~/.local/share/fonts #23

Open vincentbernat opened 2 years ago

vincentbernat commented 2 years ago

Use of ~/.fonts is deprecated and may not even work on some distributions (for example NixOS), see /etc/fonts/fonts.conf on a Debian system:

<!-- Font directory list -->

        <dir>/usr/share/fonts</dir>
        <dir>/usr/local/share/fonts</dir>
        <dir prefix="xdg">fonts</dir>
        <!-- the following element will be removed in the future -->
        <dir>~/.fonts</dir>
alexmyczko commented 2 years ago

According to my information the future is several years ahead, no worries, before it gets populated this project will get updated.

alexmyczko commented 1 year ago

Waiting for it: https://github.com/alexmyczko/fnt/issues/15#issuecomment-790310710