Skip to content

Commit cfcfc64

Browse files
committed
bring back old font
1 parent 6a9c5fb commit cfcfc64

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

apps/remix-ide/src/assets/css/themes/remix-dark_tvx1s2.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,11 @@
7979
--bs-dark-border-subtle: #adb5bd;
8080
--bs-white-rgb: 255, 255, 255;
8181
--bs-black-rgb: 0, 0, 0;
82-
--bs-font-sans-serif: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
83-
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
82+
--bs-font-sans-serif: "Nunito Sans", -apple-system, BlinkMacSystemFont,
83+
"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
84+
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
85+
--bs-font-monospace: Menlo, Monaco, Consolas, "Liberation Mono",
86+
"Courier New", monospace;
8487
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
8588
--bs-body-font-family: var(--bs-font-sans-serif);
8689
--bs-body-font-size: 1rem;

0 commit comments

Comments
 (0)