Skip to content

Commit

Permalink
Revert "Remove JuliaMono Latin subsets, fix #3029"
Browse files Browse the repository at this point in the history
This reverts commit a113812.
  • Loading branch information
fonsp committed Oct 2, 2024
1 parent a113812 commit d4cd52b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -3464,8 +3464,6 @@ pluto-cell.code_differs .cm-editor .cm-gutters {
position: absolute;
right: 3px;
pointer-events: none;
font-family: Arial;
transform: scale(1.8);
}
.cm-editor .cm-lineNumbers .cm-gutterElement:hover {
color: var(--cm-color-line-numbers);
Expand Down
16 changes: 16 additions & 0 deletions frontend/fonts/juliamono.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
@font-face {
font-family: JuliaMono;
src: url("https://cdn.jsdelivr.net/gh/cormullion/juliamono@0.047/webfonts/JuliaMono-RegularLatin.woff2") format("woff2");
font-display: swap;
font-weight: 400;
unicode-range: U+00-7F; /* Basic Latin characters */
}

@font-face {
font-family: JuliaMono;
src: url("https://cdn.jsdelivr.net/gh/cormullion/juliamono@0.047/webfonts/JuliaMono-BoldLatin.woff2") format("woff2");
font-display: swap;
font-weight: 700;
unicode-range: U+00-7F; /* Basic Latin characters */
}

@font-face {
font-family: JuliaMono;
src: url("https://cdn.jsdelivr.net/gh/cormullion/juliamono@0.047/webfonts/JuliaMono-Regular.woff2") format("woff2");
Expand Down

0 comments on commit d4cd52b

Please sign in to comment.