8000 feat: support multiple terminal fonts by mtojek · Pull Request #17257 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: support multiple terminal fonts #17257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Apr 7, 2025
Merged
Prev Previous commit
cleanup
  • Loading branch information
mtojek committed Apr 7, 2025
commit b22e626500e8d9942717b92b74bf9781fa7614d3
1 change: 0 additions & 1 deletion site/src/theme/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// biome-ignore lint/nursery/noRestrictedImports: We still use `Theme` as a basis for our actual theme, for now.
import type { Theme as MuiTheme } from "@mui/material/styles";
import type { TerminalFontName } from "api/typesGenerated";
import type * as monaco from "monaco-editor";
import type { Branding } from "./branding";
import dark from "./dark";
Expand Down
Loading
0