bundle a powerline-enabled fallback font - fixes #5774, fixes #5191

This commit is contained in:
Eugene Pankov 2022-02-22 23:17:21 +01:00
parent 177a988292
commit e6b210dad5
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
4 changed files with 12 additions and 1 deletions

View File

@ -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.

View File

@ -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 {