Skip to content

Commit

Permalink
deploy: 2131197
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Oct 2, 2023
1 parent 9aee8a0 commit b3ee895
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
12 changes: 11 additions & 1 deletion _sources/workflow/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,17 @@ The different types of themes are onedork, grade3, oceans16, chesterish, mono

#### Jupyter Font:

You can use the [JupyterLab fonts](https://github.com/deathbeds/jupyterlab-fonts) package to customize the fonts used in the notebook.
You can use the [JupyterLab fonts](https://github.com/deathbeds/jupyterlab-fonts) package to customize the fonts used in the notebook. JupyterLab font is a work in progress and is currently compatible with Lab version 3.0. The compatibility with Lab 4.0 is a work in progress.

`!pip install jupyterlab-fonts`

The sans serif fonts this package ships currently are:
- [Anonymous Pro](https://fonts.google.com/specimen/Anonymous+Pro)
- [Atkinson Hyperlegible](https://fonts.google.com/specimen/Atkinson+Hyperlegible)
- [Dejavu Sans](https://dejavu-fonts.github.io/)
- [Fira Code](https://fonts.google.com/specimen/Fira+Code)



## Enhancing the accessibility of content in the R notebooks:

Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion workflow/accessibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,15 @@ <h3>Notebook Themes:<a class="headerlink" href="#notebook-themes" title="Permali
</section>
<section id="jupyter-font">
<h3>Jupyter Font:<a class="headerlink" href="#jupyter-font" title="Permalink to this heading">#</a></h3>
<p>You can use the <a class="reference external" href="https://github.com/deathbeds/jupyterlab-fonts">JupyterLab fonts</a> package to customize the fonts used in the notebook.</p>
<p>You can use the <a class="reference external" href="https://github.com/deathbeds/jupyterlab-fonts">JupyterLab fonts</a> package to customize the fonts used in the notebook. JupyterLab font is a work in progress and is currently compatible with Lab version 3.0. The compatibility with Lab 4.0 is a work in progress.</p>
<p><code class="docutils literal notranslate"><span class="pre">!pip</span> <span class="pre">install</span> <span class="pre">jupyterlab-fonts</span></code></p>
<p>The sans serif fonts this package ships currently are:</p>
<ul class="simple">
<li><p><a class="reference external" href="https://fonts.google.com/specimen/Anonymous+Pro">Anonymous Pro</a></p></li>
<li><p><a class="reference external" href="https://fonts.google.com/specimen/Atkinson+Hyperlegible">Atkinson Hyperlegible</a></p></li>
<li><p><a class="reference external" href="https://dejavu-fonts.github.io/">Dejavu Sans</a></p></li>
<li><p><a class="reference external" href="https://fonts.google.com/specimen/Fira+Code">Fira Code</a></p></li>
</ul>
</section>
</section>
<section id="enhancing-the-accessibility-of-content-in-the-r-notebooks">
Expand Down

0 comments on commit b3ee895

Please sign in to comment.