wernight / powerline-web-fonts

Powerline Web Fonts for Chromebook
MIT License
209 stars 53 forks source link

incorrect line height #22

Open bukepo opened 1 week ago

bukepo commented 1 week ago

The current order of fonts results in incorrect line height.

term_.prefs_.set('font-family', '"Source Code Pro", monospace');

Swapping the order gets everything right.

term_.prefs_.set('font-family', 'monospace, "Source Code Pro"');