Possibility to set font size in config #2826
Closed
Avaray
started this conversation in
Ideas / feature requests
Replies: 1 comment
-
The font's unique characteristics, with varying heights and widths for each character, often lead to edge cases. However, there's little necessity to delve into such intricacies to determine whether a developer opts for Font A, Font B, or even Font n. Assessing the problem at hand, incorporating custom fonts within each theme proves less than ideal in web development scenarios. Honestly, the onus lies on you to meticulously tweak the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know it is possible to set font size with CSS.
Now imagine I have 20 themes with 20 different custom fonts and I need to set font size for each of them in my CSS file.
I think it's better to have less code :)
I see it as
fontSize
key in theme object.Beta Was this translation helpful? Give feedback.
All reactions