Fixes font issues with Recursive
This commit is contained in:
parent
121bba5acb
commit
bb2268a1f4
9 changed files with 37 additions and 7 deletions
|
@ -118,8 +118,7 @@ export default function CodeEditor({
|
|||
|
||||
editor.updateOptions({
|
||||
fontSize,
|
||||
fontFamily: "'Recursive', monospace",
|
||||
fontWeight: '420',
|
||||
fontFamily: "'Recursive Mono', monospace",
|
||||
wordBasedSuggestions: false,
|
||||
minimap: { enabled: false },
|
||||
lightbulb: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue