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
6 changes: 3 additions & 3 deletions app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ pre.twoslash data-lsp:hover::before {
text-align: left;
padding: 5px 8px;
border-radius: 2px;
font-family: 'JetBrains Mono', Menlo, Monaco, Consolas, Courier New, monospace;
font-family: 'JetBrains Mono', Menlo, Monaco, Consolas, monospace, Courier New;
font-size: 14px;
white-space: pre-wrap;
z-index: 100;
Expand Down Expand Up @@ -247,7 +247,7 @@ pre .code-container:hover a {

pre code {
font-size: 12px;
font-family: 'JetBrains Mono', Menlo, Monaco, Consolas, Courier New, monospace;
font-family: 'JetBrains Mono', Menlo, Monaco, Consolas, monospace, Courier New;
white-space: pre;
-webkit-overflow-scrolling: touch;
}
Expand Down Expand Up @@ -386,7 +386,7 @@ data-lsp {
}
.tag-container .twoslash-annotation {
position: absolute;
font-family: 'JetBrains Mono', Menlo, Monaco, Consolas, Courier New, monospace;
font-family: 'JetBrains Mono', Menlo, Monaco, Consolas, monospace, Courier New;
right: -10px;
/** Default annotation text to 200px */
width: 200px;
Expand Down
2 changes: 1 addition & 1 deletion app/styles/app.generated.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
'Liberation Mono', 'Courier New', monospace;
'Liberation Mono', monospace, 'Courier New';
/* 1 */
font-size: 1em;
/* 2 */
Expand Down