Skip to content

Font size in tables #558

Closed Answered by pradyunsg
apcamargo asked this question in Questions
Oct 17, 2022 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

To answer the question asked: No, there's no direct CSS variable for this.

You can inject CSS, as documented in https://pradyunsg.me/furo/customisation/injecting/, to achieve this:

table {
   font-size: 0.875rem;  /* using rem to respect end user's browser configuration of font sizes */
}

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@apcamargo
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by pradyunsg
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants