vue-command icon indicating copy to clipboard operation
vue-command copied to clipboard

Feature: Changing the terminal font via API

Open akkuman opened this issue 5 years ago • 2 comments

I wonder if it have a interface to change the terminal's font

akkuman avatar May 14 '20 03:05 akkuman

That's a good point. Because there is no dedicated way. Users would need to search inside the library.

But I never provided an easy API for changing the font of a library. Do you know sensible approaches for that?

ndabAP avatar May 14 '20 06:05 ndabAP

I don't know much about the frontend. But I think it might be possible to do this with embedded stylesheets, like :style.

akkuman avatar May 15 '20 16:05 akkuman

Hello, I would like to take care of this issue. Could you explain what exactly you mean by changing the font of a library ? And, embedded stylesheets using the style v-bind directive could indeed be a solution if you want dynamic fonts. Javascript also allows changing fonts through the style property of an element.

twizzler avatar May 26 '23 13:05 twizzler