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

Font used on the website? #12

Closed
fr3fou opened this issue Apr 6, 2019 · 1 comment
Closed

Font used on the website? #12

fr3fou opened this issue Apr 6, 2019 · 1 comment

Comments

@fr3fou
Copy link

fr3fou commented Apr 6, 2019

What is the font that is used in the website? (On the code blocks)

@hacknug
Copy link

hacknug commented Apr 7, 2019

Here's the CSS styles for the code blocks:

pre code {
    white-space: pre-wrap;
    font-family: 'Input Mono', 'IBM Plex Mono', monospace;
    font-size: 14px;
}

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

2 participants