Fixes font issues with Recursive

This commit is contained in:
Steve Ruiz 2021-06-27 22:30:37 +01:00
parent 121bba5acb
commit bb2268a1f4
9 changed files with 37 additions and 7 deletions

View file

@ -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: {