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

Skip to content
/ coder Public

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
Next Next commit
Fix
  • Loading branch information
mtojek committed Apr 7, 2025
commit 61fca63a6491162ac15fd13dfe372eecd33349ba
4 changes: 2 additions & 2 deletions site/src/pages/TerminalPage/TerminalPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import { type FC, useCallback, useEffect, useRef, useState } from "react";
import { Helmet } from "react-helmet-async";
import { useQuery } from "react-query";
import { useNavigate, useParams, useSearchParams } from "react-router-dom";
import themes, { DEFAULT_TERMINAL_FONT } from "theme";
import { terminalFonts } from "theme/constants";
import themes from "theme";
import { DEFAULT_TERMINAL_FONT, terminalFonts } from "theme/constants";
import { pageTitle } from "utils/page";
import { openMaybePortForwardedURL } from "utils/portForward";
import { terminalWebsocketUrl } from "utils/terminal";
Expand Down
Loading
0