* Added kable_paper style for a NYT like table
* Let column_spec take conditional formats
* Added html_font option for kable_styling
diff --git a/man/kable_styling.Rd b/man/kable_styling.Rd
index 4aedfaa..d95b4b8 100644
--- a/man/kable_styling.Rd
+++ b/man/kable_styling.Rd
@@ -21,7 +21,8 @@
   protect_latex = TRUE,
   table.envir = "table",
   fixed_thead = FALSE,
-  htmltable_class = NULL
+  htmltable_class = NULL,
+  html_font = NULL
 )
 }
 \arguments{
@@ -101,6 +102,9 @@
 \code{lightable-classic-2}, \code{lightable-material}, \code{lightable-striped} and
 \code{lightable-hover}. If you have your customized style sheet loaded which
 defines your own table class, you can also load it here.}
+
+\item{html_font}{A string for HTML css font. For example,
+\code{html_font = '"Arial Narrow", arial, helvetica, sans-serif'}.}
 }
 \description{
 This function provides a cleaner approach to modify the style