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

Output font size not changing for code cells #12178

Open
wiraki opened this issue Mar 7, 2022 · 3 comments
Open

Output font size not changing for code cells #12178

wiraki opened this issue Mar 7, 2022 · 3 comments

Comments

@wiraki
Copy link

wiraki commented Mar 7, 2022

Version: 3.3.0

Hello,

It seems that this has already been implemented but I can't get it to work for output of code cells. My theme settings are:

{
    "overrides": {
        "code-font-family": "JetBrains Mono",
        "ui-font-size1": "14px",
        "content-font-size1": "18px",
        "content-font-family": "Noto Sans"
    },
    "theme": "JupyterLab Dark",
}

It does affect the output of Markdown cells, but the output of other code cells is still smaller. Am I missing another setting?

@welcome
Copy link

welcome bot commented Mar 7, 2022

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@jupyterlab-probot jupyterlab-probot bot added the status:Needs Triage Applied to new issues that need triage label Mar 7, 2022
@JasonWeill JasonWeill added bug pkg:themes pkg:apputils and removed status:Needs Triage Applied to new issues that need triage pkg:themes labels Mar 10, 2022
@JasonWeill
Copy link
Contributor

Thanks for reporting this — looks like a bug in our apputils code (thanks @krassowski ).

@krassowski
Copy link
Member

In particular we would need to allow overriding --jp-code-font-size in addition to --jp-code-font-size1 (which already works).

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

Successfully merging a pull request may close this issue.

3 participants