Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/resources/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ a, a:hover {
}

pre.prettyprint {
font-family: 'Source Code Pro', monospace;
font-family: 'Source Code Pro', Menlo, monospace;
color: black;
border-radius: 0;
font-size: 15px;
Expand Down Expand Up @@ -247,7 +247,7 @@ pre {
}

code {
font-family: 'Source Code Pro', monospace;
font-family: 'Source Code Pro', Menlo, monospace;
/* overriding bootstrap */
color: inherit;
padding: 0.2em 0.4em;
Expand Down
4 changes: 2 additions & 2 deletions testing/test_package_docs/static-assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ a, a:hover {
}

pre.prettyprint {
font-family: 'Source Code Pro', monospace;
font-family: 'Source Code Pro', Menlo, monospace;
color: black;
border-radius: 0;
font-size: 15px;
Expand Down Expand Up @@ -247,7 +247,7 @@ pre {
}

code {
font-family: 'Source Code Pro', monospace;
font-family: 'Source Code Pro', Menlo, monospace;
/* overriding bootstrap */
color: inherit;
padding: 0.2em 0.4em;
Expand Down