- Notifications
You must be signed in to change notification settings - Fork405
How can I change Font Family in Dev Container?#346
-
Hello here I want to enable two specific use cases - programming, and writing blogs. For programming, I want to keep my default font, but when enabling a dev container that is meant for blog writing, I want to change the font family. Is it possible to do so? Can I switch to a different font-family when starting a dev container? Thank you |
BetaWas this translation helpful?Give feedback.
All reactions
Thanks for sharing this. Have you tried placing the font you want in thevscode.settings property:https://containers.dev/supporting#visual-studio-code?
Example:
"settings": { "editor.fontFamily": "'Courier New', monospace" }Replies: 1 comment 3 replies
-
Thanks for sharing this. Have you tried placing the font you want in the Example: |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thank you@bamurtaugh |
BetaWas this translation helpful?Give feedback.
All reactions
-
Your videos on YouTube are great, btw@bamurtaugh |
BetaWas this translation helpful?Give feedback.
All reactions
-
No problem! And thank you so much for watching and for the kind feedback 😄 |
BetaWas this translation helpful?Give feedback.
All reactions
🎉 1