I have installed fira code extension for JupyterLab (v 2.2.9) using instruction from here: https://github.com/deathbeds/jupyterlab-fonts
conda install -c conda-forge jupyterlab nodejs
jupyter labextension install @deathbeds/jupyterlab-fonts --no-build
jupyter labextension install @deathbeds/jupyterlab-font-fira-code --no-build
jupyter lab build
in Firefox i can see fira code font, but in Chrome it doesn’t work. is there any way to make it work in Chrome as well?
thanks!