Closed rich-iannone closed 2 months ago
Attention: Patch coverage is 89.79592%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 86.78%. Comparing base (
49ceeb7
) to head (a043032
). Report is 30 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
great_tables/_styles.py | 66.66% | 3 Missing :warning: |
great_tables/_helpers.py | 90.90% | 1 Missing :warning: |
great_tables/_options.py | 91.66% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This adds support for incorporating Google fonts into the table text, via:
opt_table_font(font=google_font(...))
tab_style(style=style.text(font=google_font(...)
The necessary additions are:
table_additional_css=
argument intab_options()
google_font()
functioncompile_scss()
to add the necessary@import
statement at the top of the<style>
block in an HTML table renderA simple example of this is through the use of
opt_table_font()
Fixes: https://github.com/posit-dev/great-tables/issues/374