Use Mac system font instead of default monospace VSCode font #100
larryqiann
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Under media-src/src/main.css, change the relevant section to the following (edit "1.3" per your preference - the Mac system font looks smaller than the default monospace VSCode font so I made it a bit bigger):
This is not intended to be a pull request so this is probably not production ready, but it is nice to have the option for users that want this.
To build this, install:
-node
-yarn
-foy
-ts-node
-vsce
Then do yarn install in both the root directory AND the media-src directory
Then do "vsce package --no-yarn" in the root directory to build a VSIX. Uninstall the extension if installed, then click the three dots next to the refresh icon above the search bar in the Extensions pane and select install from VSIX.
Hopefully someone finds this useful!
Beta Was this translation helpful? Give feedback.
All reactions