Open bukepo opened 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"');
The current order of fonts results in incorrect line height.
Swapping the order gets everything right.