The Wayback Machine - https://web.archive.org/web/20201223145902/https://github.com/freeCodeCamp/devdocs/issues/1268
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

Wrong font-family in Arch Linux #1268

Closed
adam-devel opened this issue Sep 5, 2020 · 1 comment
Closed

Wrong font-family in Arch Linux #1268

adam-devel opened this issue Sep 5, 2020 · 1 comment

Comments

@adam-devel
Copy link
Contributor

@adam-devel adam-devel commented Sep 5, 2020

The environment:

  • Browser: Firefox 80.0.1
  • OS: Arch Linux

The issue:

the code blocks looks ugly
Screenshot from 2020-09-05 12-18-54

Troubleshooting:

the required font SFMono is labeled 'SFMono-Regular' here

--monoFont: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;

Whilst in Arch Linux its labeled 'SF Mono'


I have opened the devtools, changed the font-family to 'SF Mono':
Screenshot from 2020-09-05 12-35-53
and this was the result:
Screenshot from 2020-09-05 12-31-27

The request

add 'SF Mono' to the --monoFont list

@adam-devel adam-devel changed the title Wrong Font in Arch Linux Wrong font-family in Arch Linux Sep 5, 2020
adam-devel added a commit to adam-devel/devdocs that referenced this issue Sep 6, 2020
@adam-devel
Copy link
Contributor Author

@adam-devel adam-devel commented Sep 10, 2020

i have installed 'Liberation Mono' which exist in --monoFont; it does work as expected but i would still like to use 'SF Mono' since i have it installed in my system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.