Исправил настройки шрифта

This commit is contained in:
Sergey Lemeshevsky
2020-02-19 17:04:18 +03:00
parent 532d0e61a6
commit 55d41eebee
2 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
{
// Theme
// @jupyterlab/apputils-extension:themes
// Theme manager settings.
// *************************************
// Theme CSS Overrides
// Override theme CSS variables by setting key-value pairs here
"overrides": {
"content-font-size1": "20px"
},
// Selected Theme
// Application-level visual styling theme
"theme": "JupyterLab Light"
}