jupyterlab-contrib / jupyter-ui-toolkit

UI Toolkit for Jupyter
https://jupyterlab-contrib.github.io/jupyter-ui-toolkit/
Other
41 stars 5 forks source link

Make the typography adaptive #103

Open fcollonval opened 2 months ago

fcollonval commented 2 months ago

Font scale is not adaptive. We should fix that - main goal changing the base font size should update the others

There is a provision for that there: https://github.com/Adaptive-Web-Community/Adaptive-Web-Components/blob/1af8a61e8f0e585fa7b031cb1887c341b051aa32/packages/adaptive-ui/src/reference/type.ts#L56

But no real implementation has been done.