-
Hello there, I'm using textual 0.5 to build out a TUI for my chess engine. I work w/ 4k monitors most of the time, so I was trying to increase font size using CSS. I was looking through the docs and I don't see the font-size keywords mentioned. I tried quite a few ways in the CSS w/o success, and I was wondering is this possible at this point in them? |
Beta Was this translation helpful? Give feedback.
Answered by
davep
Dec 1, 2022
Replies: 1 comment 1 reply
-
The choice and size of font is something that's controlled by your terminal, not by a Textual application. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
davep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The choice and size of font is something that's controlled by your terminal, not by a Textual application.