How to make function names bold #297
JerryI
started this conversation in
Frontend & UI
Replies: 1 comment
-
we have interface only for colors, but luckily one can do this in principle (thanks to CodeMirror) .ͼu {
font-weight: 800;
} just paste it as HTML cell, or directly to the settings (custom css) to alter the font, you can use this class .cm-line {
font-family: ui-monospace !important;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys, would it be simple or hard to highlight functions names in bold ?
Beta Was this translation helpful? Give feedback.
All reactions