Skip to content

Commit

Permalink
docs: use JuliaMono (#3057)
Browse files Browse the repository at this point in the history
Co-authored-by: Fons van der Plas <[email protected]>
  • Loading branch information
Pangoraw and fonsp authored Oct 14, 2024
1 parent a288cd1 commit ef57025
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -2551,7 +2551,8 @@ body > pluto-helpbox > header > button:is(.helpbox-close, .helpbox-popout) {
.helpbox-docs code,
.helpbox-docs .cm-line {
/* from https://docs.julialang.org/en/v1/assets/themes/documenter-light.css */
font-family: "Roboto Mono", "SFMono-Regular", "Menlo", "Consolas", "Liberation Mono", "DejaVu Sans Mono", monospace;
font-family: var(--julia-mono-font-stack);
font-variant-ligatures: none;
font-size: 0.95em;
line-height: initial;
}
Expand Down

0 comments on commit ef57025

Please sign in to comment.