mirror of
https://github.com/Eugeny/tabby.git
synced 2025-02-05 14:29:47 +08:00
parent
177a988292
commit
e6b210dad5
@ -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]')
|
||||
|
Binary file not shown.
BIN
tabby-terminal/src/fonts/SourceCodePro.ttf
Normal file
BIN
tabby-terminal/src/fonts/SourceCodePro.ttf
Normal file
Binary file not shown.
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user