How to make function names bold #297
JerryI
started this conversation in
Frontend & UI
Replies: 5 comments 5 replies
|
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;
} |
0 replies
|
Hi, what are all the available classes and where are they documented? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment








Uh oh!
There was an error while loading. Please reload this page.
Hey guys, would it be simple or hard to highlight functions names in bold ?
All reactions