Skip to content

Commit

Permalink
try again to remove Helvetica Arial from font stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jan 22, 2024
1 parent 2908512 commit 4ef3c4f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions frontend/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
--pluto-operator-ligatures: none;
--julia-mono-font-stack: JuliaMono, Menlo, "Roboto Mono", "Lucida Sans Typewriter", "Source Code Pro", monospace;
--sans-serif-font-stack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
--lato-ui-font-stack: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, Helvetica, Arial, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", system-ui, sans-serif;
--system-ui-font-stack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, Helvetica, Arial, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", system-ui, sans-serif;
--lato-ui-font-stack: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", system-ui, sans-serif;
--system-ui-font-stack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", system-ui, sans-serif;
color-scheme: light dark;
}

Expand Down Expand Up @@ -2410,7 +2410,7 @@ pluto-helpbox.hidden > section {
/* see https://github.com/JuliaDocs/Documenter.jl for author information */

.helpbox-docs {
font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: var(--lato-ui-font-stack);
line-height: 1.5;
font-size: 0.9rem;
}
Expand Down
4 changes: 2 additions & 2 deletions frontend/error.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
}

:root {
--inter-ui-font-stack: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, Helvetica, Arial, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", system-ui, sans-serif;
--inter-ui-font-stack: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", system-ui, sans-serif;
--system-fonts-mono: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

color-scheme: light dark;
Expand Down
8 changes: 4 additions & 4 deletions frontend/welcome.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
--pluto-operator-ligatures: none;
--julia-mono-font-stack: JuliaMono, Menlo, "Roboto Mono", "Lucida Sans Typewriter", "Source Code Pro", monospace;
--sans-serif-font-stack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
--lato-ui-font-stack: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, Helvetica, Arial, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", system-ui, sans-serif;
--inter-ui-font-stack: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, Helvetica, Arial, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", system-ui, sans-serif;
--lato-ui-font-stack: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", system-ui, sans-serif;
--inter-ui-font-stack: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", system-ui, sans-serif;

color-scheme: light dark;
}
Expand Down

0 comments on commit 4ef3c4f

Please sign in to comment.