mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-02 20:28:11 +08:00
Use monspaced font for all characters in Markdown code blocks (#855)
This commit is contained in:
parent
265588902f
commit
2f9197c4ed
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module.exports = {
|
|||
theme: {
|
||||
fontFamily: {
|
||||
sans: ["Inter"],
|
||||
mono: ["JetBrains Mono"],
|
||||
mono: ["JetBrains Mono", "monospace"],
|
||||
},
|
||||
extend: {
|
||||
colors: {
|
||||
|
|
Loading…
Reference in a new issue