Skip to content

Commit

Permalink
#6687 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
piorek committed Jun 5, 2018
1 parent 96e8f41 commit e830c2a
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 e830c2a

Please sign in to comment.