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

Question: Recommended way to modify replacements? #15

Open
stormwatch opened this issue Nov 29, 2018 · 0 comments
Open

Question: Recommended way to modify replacements? #15

stormwatch opened this issue Nov 29, 2018 · 0 comments

Comments

@stormwatch
Copy link

Hi. I am aware I can edit my /etc/fonts/conf.d/37-repl-global-free.conf and comment the parts I don't want out but maybe there is a better way?

My local fontconfig configuration in ~/.config/fontconfig/fonts.conf is:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<fontconfig>
  <match>
    <test name="family">
      <string>sans-serif</string>
    </test>
    <edit binding="strong" mode="prepend" name="family">
      <string>Calibri</string>
    </edit>
  </match>
  <match>
    <test name="family">
      <string>serif</string>
    </test>
    <edit binding="strong" mode="prepend" name="family">
      <string>Cambria</string>
    </edit>
  </match>
  <match>
    <test name="family">
      <string>monospace</string>
    </test>
    <edit binding="strong" mode="prepend" name="family">
      <string>Consolas</string>
    </edit>
  </match>
</fontconfig>
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

No branches or pull requests

1 participant