With the new change to use `editor.fontFamily`, font breaks when multiple options set ``` "editor.fontFamily": "SF Mono, Menlo, Monaco, 'Courier New', monospace", ``` Temp fix for now is to just set it ``` "csv.fontFamily": "SF Mono", ```