Skip to content

Commit

Permalink
#6687 fonts in lab (#7479)
Browse files Browse the repository at this point in the history
* #6687 make improve fonts ui option work in lab

* #6687 fix
  • Loading branch information
piorek authored and scottdraves committed Jun 5, 2018
1 parent 63353b3 commit 8b00d10
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions js/lab/src/theme/static/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,11 @@ div.output_text {
.improveFonts .cm-header-6 {
font-family: "Lato", Helvetica, sans-serif;
}

.improveFonts .jp-RenderedText pre {
font-family: "Roboto Mono", monospace, sans-serif;
}

.improveFonts .jp-RenderedMarkdown {
font-family: "Lato", Helvetica, sans-serif;
}

0 comments on commit 8b00d10

Please sign in to comment.