-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decreasing font size for tables #239
Comments
Yes, the The styling classes for It seems like you already know CSS, but for anyone else looking at this answer, you can add one of the following lines to change the font size: font-size: 12px; /* set size in terms of pixels (character height) */
font-size: 10pt; /* set size in terms of points */
font-size: 0.75em; /* set size relative to main document font-size */ See: |
@sbonaretti would you like to change the font size of all tables or just specific ones? There should also be a way to select specific tables for smaller font size, but it is a bit challenging due to jgm/pandoc#684 (comment). |
I changed the font size of all tables, and this works pretty well, both for the |
In case it's useful, I have also added to the table sections of
|
Hi guys! Is there a way to customize tables? Like a .css where I can decrease font size? I would like to do this for 2 reasons:
Hope this is an easy fix! Thanks! :)
The text was updated successfully, but these errors were encountered: