Apply editor-font-family to all code in notebooks (#157554)

Apply editor-font-family to all `code` in notebook

Fixes #146696

This matches what we do in the markdown preview
This commit is contained in:
Matt Bierner 2022-08-08 11:59:16 -07:00 committed by GitHub
parent 13429c254b
commit 0103536a60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -259,11 +259,10 @@ export const activate: ActivationFunction<void> = (ctx) => {
code {
font-size: 1em;
font-family: var(--vscode-editor-font-family);
}
pre code {
font-family: var(--vscode-editor-font-family);
line-height: 1.357em;
white-space: pre-wrap;
}