mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
use roboto font in python interpreter
This commit is contained in:
parent
143c4c9038
commit
bc6afc329c
1 changed files with 5 additions and 0 deletions
|
|
@ -623,3 +623,8 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
border: 1px solid {color:border};
|
||||
border-radius: 0.1em;
|
||||
}
|
||||
|
||||
/* Python console interpreter */
|
||||
#PythonInterpreterWidget {
|
||||
font-family: "Roboto Mono";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue