diff --git a/tabby-terminal/src/components/colorSchemePreview.component.pug b/tabby-terminal/src/components/colorSchemePreview.component.pug index e3f8bdbd..4fcc80b3 100644 --- a/tabby-terminal/src/components/colorSchemePreview.component.pug +++ b/tabby-terminal/src/components/colorSchemePreview.component.pug @@ -33,3 +33,14 @@ span([style.color]='scheme.colors[6]') sym span -> span([style.color]='scheme.colors[1]') link + div(*ngIf='fontPreview') + span + strong Icons: + span    + span + span   + span( + [style.background-color]='scheme.colors[1]', + [style.color]='scheme.colors[0]', + )  Powerline  + span([style.color]='scheme.colors[1]')  diff --git a/tabby-terminal/src/fonts/SourceCodePro.otf b/tabby-terminal/src/fonts/SourceCodePro.otf deleted file mode 100644 index 2b0d47b4..00000000 Binary files a/tabby-terminal/src/fonts/SourceCodePro.otf and /dev/null differ diff --git a/tabby-terminal/src/fonts/SourceCodePro.ttf b/tabby-terminal/src/fonts/SourceCodePro.ttf new file mode 100644 index 00000000..c6696a3d Binary files /dev/null and b/tabby-terminal/src/fonts/SourceCodePro.ttf differ diff --git a/tabby-terminal/src/frontends/xterm.css b/tabby-terminal/src/frontends/xterm.css index 04029446..327c43e5 100644 --- a/tabby-terminal/src/frontends/xterm.css +++ b/tabby-terminal/src/frontends/xterm.css @@ -178,7 +178,7 @@ @font-face { font-family: "monospace-fallback"; - src: url(../fonts/SourceCodePro.otf) format("opentype"); + src: url(../fonts/SourceCodePro.ttf) format("truetype"); } .xterm-viewport::-webkit-scrollbar {