vue-command
vue-command copied to clipboard
Feature: Changing the terminal font via API
I wonder if it have a interface to change the terminal's font
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?
I don't know much about the frontend. But I think it might be possible to do this with embedded stylesheets, like :style.
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.