mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-11 06:18:42 +08:00
Disable font ligatures in Markdown code blocks (#1072)
This commit is contained in:
parent
894ff15419
commit
471167f288
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
|
||||
.font-editor {
|
||||
font-family: "JetBrains Mono", "Droid Sans Mono", "monospace";
|
||||
font-variant-ligatures: none;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue