Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vincentbernat
Copy link

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>

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:

```xml
<!-- 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
Copy link
Owner

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

@alexmyczko
Copy link
Owner

Waiting for it: #15 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants