| @@ -48,8 +48,8 @@ | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| #' @param text_font_url Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the `@import url()` elements. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the `body` element. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the `body` element. | |||
| #' @param header_font_google Use `google_font()` to specify header font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param header_font_family Header Font Family (xaringan default is `'Yanone Kaffeesatz'`). Defaults to Cabin. Modifies the `h1, h2, h3` elements. | |||
| #' @param header_font_weight Header Font Weight. Defaults to 600. Modifies the `h1, h2, h3` elements. | |||
| @@ -58,7 +58,7 @@ | |||
| #' @param code_font_family Code Font Family. Defaults to Source Code Pro. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_size Code Text Font Size. Defaults to 0.9rem. Modifies the `.remark-inline` class. | |||
| #' @param code_font_url Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the `@import url` elements. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @template theme_params | |||
| #' @template style_duo | |||
| #' @family Duotone themes | |||
| @@ -114,8 +114,8 @@ style_duo <- function( | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -124,7 +124,7 @@ style_duo <- function( | |||
| code_font_family = "Source Code Pro", | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -50,8 +50,8 @@ | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| #' @param text_font_url Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the `@import url()` elements. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the `body` element. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the `body` element. | |||
| #' @param header_font_google Use `google_font()` to specify header font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param header_font_family Header Font Family (xaringan default is `'Yanone Kaffeesatz'`). Defaults to Cabin. Modifies the `h1, h2, h3` elements. | |||
| #' @param header_font_weight Header Font Weight. Defaults to 600. Modifies the `h1, h2, h3` elements. | |||
| @@ -60,7 +60,7 @@ | |||
| #' @param code_font_family Code Font Family. Defaults to Source Code Pro. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_size Code Text Font Size. Defaults to 0.9rem. Modifies the `.remark-inline` class. | |||
| #' @param code_font_url Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the `@import url` elements. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @template theme_params | |||
| #' @template style_duo_accent | |||
| #' @family Duotone themes | |||
| @@ -118,8 +118,8 @@ style_duo_accent <- function( | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -128,7 +128,7 @@ style_duo_accent <- function( | |||
| code_font_family = "Source Code Pro", | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -50,8 +50,8 @@ | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| #' @param text_font_url Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the `@import url()` elements. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the `body` element. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the `body` element. | |||
| #' @param header_font_google Use `google_font()` to specify header font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param header_font_family Header Font Family (xaringan default is `'Yanone Kaffeesatz'`). Defaults to Cabin. Modifies the `h1, h2, h3` elements. | |||
| #' @param header_font_weight Header Font Weight. Defaults to 600. Modifies the `h1, h2, h3` elements. | |||
| @@ -60,7 +60,7 @@ | |||
| #' @param code_font_family Code Font Family. Defaults to Source Code Pro. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_size Code Text Font Size. Defaults to 0.9rem. Modifies the `.remark-inline` class. | |||
| #' @param code_font_url Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the `@import url` elements. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @template theme_params | |||
| #' @template style_duo_accent_inverse | |||
| #' @family Duotone themes | |||
| @@ -118,8 +118,8 @@ style_duo_accent_inverse <- function( | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -128,7 +128,7 @@ style_duo_accent_inverse <- function( | |||
| code_font_family = "Source Code Pro", | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -49,8 +49,8 @@ | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| #' @param text_font_url Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the `@import url()` elements. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the `body` element. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the `body` element. | |||
| #' @param header_font_google Use `google_font()` to specify header font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param header_font_family Header Font Family (xaringan default is `'Yanone Kaffeesatz'`). Defaults to Cabin. Modifies the `h1, h2, h3` elements. | |||
| #' @param header_font_weight Header Font Weight. Defaults to 600. Modifies the `h1, h2, h3` elements. | |||
| @@ -59,7 +59,7 @@ | |||
| #' @param code_font_family Code Font Family. Defaults to Source Code Pro. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_size Code Text Font Size. Defaults to 0.9rem. Modifies the `.remark-inline` class. | |||
| #' @param code_font_url Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the `@import url` elements. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @template theme_params | |||
| #' @template style_mono_accent | |||
| #' @family Monotone themes | |||
| @@ -116,8 +116,8 @@ style_mono_accent <- function( | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -126,7 +126,7 @@ style_mono_accent <- function( | |||
| code_font_family = "Source Code Pro", | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -49,8 +49,8 @@ | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| #' @param text_font_url Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the `@import url()` elements. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the `body` element. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the `body` element. | |||
| #' @param header_font_google Use `google_font()` to specify header font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param header_font_family Header Font Family (xaringan default is `'Yanone Kaffeesatz'`). Defaults to Cabin. Modifies the `h1, h2, h3` elements. | |||
| #' @param header_font_weight Header Font Weight. Defaults to 600. Modifies the `h1, h2, h3` elements. | |||
| @@ -59,7 +59,7 @@ | |||
| #' @param code_font_family Code Font Family. Defaults to Source Code Pro. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_size Code Text Font Size. Defaults to 0.9rem. Modifies the `.remark-inline` class. | |||
| #' @param code_font_url Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the `@import url` elements. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @template theme_params | |||
| #' @template style_mono_accent_inverse | |||
| #' @family Monotone themes | |||
| @@ -116,8 +116,8 @@ style_mono_accent_inverse <- function( | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -126,7 +126,7 @@ style_mono_accent_inverse <- function( | |||
| code_font_family = "Source Code Pro", | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -49,8 +49,8 @@ | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| #' @param text_font_url Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the `@import url()` elements. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the `body` element. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the `body` element. | |||
| #' @param header_font_google Use `google_font()` to specify header font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param header_font_family Header Font Family (xaringan default is `'Yanone Kaffeesatz'`). Defaults to Cabin. Modifies the `h1, h2, h3` elements. | |||
| #' @param header_font_weight Header Font Weight. Defaults to 600. Modifies the `h1, h2, h3` elements. | |||
| @@ -59,7 +59,7 @@ | |||
| #' @param code_font_family Code Font Family. Defaults to Source Code Pro. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_size Code Text Font Size. Defaults to 0.9rem. Modifies the `.remark-inline` class. | |||
| #' @param code_font_url Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the `@import url` elements. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @template theme_params | |||
| #' @template style_mono_dark | |||
| #' @family Monotone themes | |||
| @@ -116,8 +116,8 @@ style_mono_dark <- function( | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -126,7 +126,7 @@ style_mono_dark <- function( | |||
| code_font_family = "Source Code Pro", | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -49,8 +49,8 @@ | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| #' @param text_font_url Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the `@import url()` elements. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the `body` element. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the `body` element. | |||
| #' @param header_font_google Use `google_font()` to specify header font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param header_font_family Header Font Family (xaringan default is `'Yanone Kaffeesatz'`). Defaults to Cabin. Modifies the `h1, h2, h3` elements. | |||
| #' @param header_font_weight Header Font Weight. Defaults to 600. Modifies the `h1, h2, h3` elements. | |||
| @@ -59,7 +59,7 @@ | |||
| #' @param code_font_family Code Font Family. Defaults to Source Code Pro. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_size Code Text Font Size. Defaults to 0.9rem. Modifies the `.remark-inline` class. | |||
| #' @param code_font_url Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the `@import url` elements. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @template theme_params | |||
| #' @template style_mono_light | |||
| #' @family Monotone themes | |||
| @@ -116,8 +116,8 @@ style_mono_light <- function( | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -126,7 +126,7 @@ style_mono_light <- function( | |||
| code_font_family = "Source Code Pro", | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -46,8 +46,8 @@ | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| #' @param text_font_url Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the `@import url()` elements. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the `body` element. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the `body` element. | |||
| #' @param header_font_google Use `google_font()` to specify header font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param header_font_family Header Font Family (xaringan default is `'Yanone Kaffeesatz'`). Defaults to Cabin. Modifies the `h1, h2, h3` elements. | |||
| #' @param header_font_weight Header Font Weight. Defaults to 600. Modifies the `h1, h2, h3` elements. | |||
| @@ -56,7 +56,7 @@ | |||
| #' @param code_font_family Code Font Family. Defaults to Source Code Pro. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_size Code Text Font Size. Defaults to 0.9rem. Modifies the `.remark-inline` class. | |||
| #' @param code_font_url Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the `@import url` elements. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @template theme_params | |||
| #' @template style_solarized_dark | |||
| #' @family Solarized themes | |||
| @@ -110,8 +110,8 @@ style_solarized_dark <- function( | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -120,7 +120,7 @@ style_solarized_dark <- function( | |||
| code_font_family = "Source Code Pro", | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -46,8 +46,8 @@ | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| #' @param text_font_url Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the `@import url()` elements. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the `body` element. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the `body` element. | |||
| #' @param header_font_google Use `google_font()` to specify header font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param header_font_family Header Font Family (xaringan default is `'Yanone Kaffeesatz'`). Defaults to Cabin. Modifies the `h1, h2, h3` elements. | |||
| #' @param header_font_weight Header Font Weight. Defaults to 600. Modifies the `h1, h2, h3` elements. | |||
| @@ -56,7 +56,7 @@ | |||
| #' @param code_font_family Code Font Family. Defaults to Source Code Pro. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_size Code Text Font Size. Defaults to 0.9rem. Modifies the `.remark-inline` class. | |||
| #' @param code_font_url Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the `@import url` elements. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @template theme_params | |||
| #' @template style_solarized_light | |||
| #' @family Solarized themes | |||
| @@ -110,8 +110,8 @@ style_solarized_light <- function( | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -120,7 +120,7 @@ style_solarized_light <- function( | |||
| code_font_family = "Source Code Pro", | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -46,8 +46,8 @@ | |||
| #' @param text_font_family Body Text Font Family (xaringan default is `'Droid Serif'`). Defaults to Noto Sans. Modifies the `body` element. | |||
| #' @param text_font_weight Body Text Font Weight. Defaults to normal. Modifies the `body` element. | |||
| #' @param text_font_url Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the `@import url()` elements. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the `body` element. | |||
| #' @param text_font_family_fallback Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the `body` element. | |||
| #' @param text_font_base Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the `body` element. | |||
| #' @param header_font_google Use `google_font()` to specify header font. Defaults to `NULL`. Modifies the `body` element. | |||
| #' @param header_font_family Header Font Family (xaringan default is `'Yanone Kaffeesatz'`). Defaults to Cabin. Modifies the `h1, h2, h3` elements. | |||
| #' @param header_font_weight Header Font Weight. Defaults to 600. Modifies the `h1, h2, h3` elements. | |||
| @@ -56,7 +56,7 @@ | |||
| #' @param code_font_family Code Font Family. Defaults to Source Code Pro. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_size Code Text Font Size. Defaults to 0.9rem. Modifies the `.remark-inline` class. | |||
| #' @param code_font_url Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the `@import url` elements. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @param code_font_family_fallback Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the `.remark-code, .remark-inline-code` classes. | |||
| #' @template theme_params | |||
| #' @template style_xaringan | |||
| #' @export | |||
| @@ -109,8 +109,8 @@ style_xaringan <- function( | |||
| text_font_family = "Noto Sans", | |||
| text_font_weight = "normal", | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -119,7 +119,7 @@ style_xaringan <- function( | |||
| code_font_family = "Source Code Pro", | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -49,8 +49,8 @@ template_variables <- tibble::tribble( | |||
| , "text_font_family", "Noto Sans", "body", "Body Text Font Family (xaringan default is `'Droid Serif'`)" | |||
| , "text_font_weight", "normal", "body", "Body Text Font Weight" | |||
| , "text_font_url", "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", "@import url()", "Body Text Font URL(s)" | |||
| , "text_font_family_fallback", "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", "body", "Body Text Font Fallbacks" | |||
| , "text_font_base", "serif", "body", "Body Text Base Font (Total Failure Fallback)" | |||
| , "text_font_family_fallback", "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", "body", "Body Text Font Fallbacks" | |||
| , "text_font_base", "sans-serif", "body", "Body Text Base Font (Total Failure Fallback)" | |||
| , "header_font_google", NULL, "body", "Use `google_font()` to specify header font" | |||
| , "header_font_family", "Cabin", "h1, h2, h3", "Header Font Family (xaringan default is `'Yanone Kaffeesatz'`)" | |||
| , "header_font_weight", "600", "h1, h2, h3", "Header Font Weight" | |||
| @@ -59,7 +59,7 @@ template_variables <- tibble::tribble( | |||
| , "code_font_family", "Source Code Pro", ".remark-code, .remark-inline-code", "Code Font Family" | |||
| , "code_font_size", "0.9rem", ".remark-inline", "Code Text Font Size" | |||
| , "code_font_url", "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", "@import url", "Code Font URL" | |||
| , "code_font_family_fallback", "'Lucida Console', Monaco", ".remark-code, .remark-inline-code", "Code Font Fallback" | |||
| , "code_font_family_fallback", "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", ".remark-code, .remark-inline-code", "Code Font Fallback" | |||
| ) | |||
| set_default <- function(tv, ...) { | |||
| @@ -58,8 +58,8 @@ style_duo( | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -70,7 +70,7 @@ style_duo( | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -178,9 +178,9 @@ style_duo( | |||
| \item{text_font_url}{Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the \verb{@import url()} elements.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the \code{body} element.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the \code{body} element.} | |||
| \item{header_font_google}{Use \code{google_font()} to specify header font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -198,7 +198,7 @@ style_duo( | |||
| \item{code_font_url}{Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the \verb{@import url} elements.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{colors}{A named vector of custom colors. The names of the colors | |||
| become CSS variables and classes that can be used within your slides. | |||
| @@ -61,8 +61,8 @@ style_duo_accent( | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -73,7 +73,7 @@ style_duo_accent( | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -185,9 +185,9 @@ style_duo_accent( | |||
| \item{text_font_url}{Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the \verb{@import url()} elements.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the \code{body} element.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the \code{body} element.} | |||
| \item{header_font_google}{Use \code{google_font()} to specify header font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -205,7 +205,7 @@ style_duo_accent( | |||
| \item{code_font_url}{Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the \verb{@import url} elements.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{colors}{A named vector of custom colors. The names of the colors | |||
| become CSS variables and classes that can be used within your slides. | |||
| @@ -62,8 +62,8 @@ style_duo_accent_inverse( | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -74,7 +74,7 @@ style_duo_accent_inverse( | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -186,9 +186,9 @@ style_duo_accent_inverse( | |||
| \item{text_font_url}{Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the \verb{@import url()} elements.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the \code{body} element.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the \code{body} element.} | |||
| \item{header_font_google}{Use \code{google_font()} to specify header font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -206,7 +206,7 @@ style_duo_accent_inverse( | |||
| \item{code_font_url}{Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the \verb{@import url} elements.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{colors}{A named vector of custom colors. The names of the colors | |||
| become CSS variables and classes that can be used within your slides. | |||
| @@ -58,8 +58,8 @@ style_mono_accent( | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -70,7 +70,7 @@ style_mono_accent( | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -180,9 +180,9 @@ style_mono_accent( | |||
| \item{text_font_url}{Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the \verb{@import url()} elements.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the \code{body} element.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the \code{body} element.} | |||
| \item{header_font_google}{Use \code{google_font()} to specify header font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -200,7 +200,7 @@ style_mono_accent( | |||
| \item{code_font_url}{Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the \verb{@import url} elements.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{colors}{A named vector of custom colors. The names of the colors | |||
| become CSS variables and classes that can be used within your slides. | |||
| @@ -58,8 +58,8 @@ style_mono_accent_inverse( | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -70,7 +70,7 @@ style_mono_accent_inverse( | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -180,9 +180,9 @@ style_mono_accent_inverse( | |||
| \item{text_font_url}{Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the \verb{@import url()} elements.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the \code{body} element.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the \code{body} element.} | |||
| \item{header_font_google}{Use \code{google_font()} to specify header font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -200,7 +200,7 @@ style_mono_accent_inverse( | |||
| \item{code_font_url}{Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the \verb{@import url} elements.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{colors}{A named vector of custom colors. The names of the colors | |||
| become CSS variables and classes that can be used within your slides. | |||
| @@ -58,8 +58,8 @@ style_mono_dark( | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -70,7 +70,7 @@ style_mono_dark( | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -180,9 +180,9 @@ style_mono_dark( | |||
| \item{text_font_url}{Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the \verb{@import url()} elements.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the \code{body} element.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the \code{body} element.} | |||
| \item{header_font_google}{Use \code{google_font()} to specify header font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -200,7 +200,7 @@ style_mono_dark( | |||
| \item{code_font_url}{Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the \verb{@import url} elements.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{colors}{A named vector of custom colors. The names of the colors | |||
| become CSS variables and classes that can be used within your slides. | |||
| @@ -58,8 +58,8 @@ style_mono_light( | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -70,7 +70,7 @@ style_mono_light( | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -180,9 +180,9 @@ style_mono_light( | |||
| \item{text_font_url}{Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the \verb{@import url()} elements.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the \code{body} element.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the \code{body} element.} | |||
| \item{header_font_google}{Use \code{google_font()} to specify header font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -200,7 +200,7 @@ style_mono_light( | |||
| \item{code_font_url}{Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the \verb{@import url} elements.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{colors}{A named vector of custom colors. The names of the colors | |||
| become CSS variables and classes that can be used within your slides. | |||
| @@ -55,8 +55,8 @@ style_solarized_dark( | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -67,7 +67,7 @@ style_solarized_dark( | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -171,9 +171,9 @@ style_solarized_dark( | |||
| \item{text_font_url}{Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the \verb{@import url()} elements.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the \code{body} element.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the \code{body} element.} | |||
| \item{header_font_google}{Use \code{google_font()} to specify header font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -191,7 +191,7 @@ style_solarized_dark( | |||
| \item{code_font_url}{Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the \verb{@import url} elements.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{colors}{A named vector of custom colors. The names of the colors | |||
| become CSS variables and classes that can be used within your slides. | |||
| @@ -55,8 +55,8 @@ style_solarized_light( | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -67,7 +67,7 @@ style_solarized_light( | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -171,9 +171,9 @@ style_solarized_light( | |||
| \item{text_font_url}{Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the \verb{@import url()} elements.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the \code{body} element.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the \code{body} element.} | |||
| \item{header_font_google}{Use \code{google_font()} to specify header font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -191,7 +191,7 @@ style_solarized_light( | |||
| \item{code_font_url}{Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the \verb{@import url} elements.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{colors}{A named vector of custom colors. The names of the colors | |||
| become CSS variables and classes that can be used within your slides. | |||
| @@ -55,8 +55,8 @@ style_xaringan( | |||
| text_font_url = "https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap", | |||
| text_font_family_fallback = "'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'", | |||
| text_font_base = "serif", | |||
| text_font_family_fallback = "-apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial", | |||
| text_font_base = "sans-serif", | |||
| header_font_google = NULL, | |||
| header_font_family = "Cabin", | |||
| header_font_weight = "600", | |||
| @@ -67,7 +67,7 @@ style_xaringan( | |||
| code_font_size = "0.9rem", | |||
| code_font_url = "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap", | |||
| code_font_family_fallback = "'Lucida Console', Monaco", | |||
| code_font_family_fallback = "Menlo, Consolas, Monaco, Liberation Mono, Lucida Console", | |||
| colors = NULL, | |||
| extra_css = NULL, | |||
| extra_fonts = NULL, | |||
| @@ -171,9 +171,9 @@ style_xaringan( | |||
| \item{text_font_url}{Body Text Font URL(s). Defaults to https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap. Modifies the \verb{@import url()} elements.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'. Modifies the \code{body} element.} | |||
| \item{text_font_family_fallback}{Body Text Font Fallbacks. Defaults to -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to serif. Modifies the \code{body} element.} | |||
| \item{text_font_base}{Body Text Base Font (Total Failure Fallback). Defaults to sans-serif. Modifies the \code{body} element.} | |||
| \item{header_font_google}{Use \code{google_font()} to specify header font. Defaults to \code{NULL}. Modifies the \code{body} element.} | |||
| @@ -191,7 +191,7 @@ style_xaringan( | |||
| \item{code_font_url}{Code Font URL. Defaults to https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700&display=swap. Modifies the \verb{@import url} elements.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to 'Lucida Console', Monaco. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{code_font_family_fallback}{Code Font Fallback. Defaults to Menlo, Consolas, Monaco, Liberation Mono, Lucida Console. Modifies the \verb{.remark-code, .remark-inline-code} classes.} | |||
| \item{colors}{A named vector of custom colors. The names of the colors | |||
| become CSS variables and classes that can be used within your slides. | |||
| @@ -27,8 +27,8 @@ | |||
| /* Fonts */ | |||
| --text-font-family: 'Noto Serif'; | |||
| --text-font-is-google: 1; | |||
| --text-font-family-fallback: 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'; | |||
| --text-font-base: serif; | |||
| --text-font-family-fallback: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial; | |||
| --text-font-base: sans-serif; | |||
| --header-font-family: Cabin; | |||
| --header-font-is-google: 1; | |||
| --code-font-family: 'Source Code Pro'; | |||
| @@ -88,7 +88,7 @@ h1, h2, h3 { | |||
| font-size: var(--header-h3-font-size); | |||
| } | |||
| .remark-code, .remark-inline-code { | |||
| font-family: var(--code-font-family), 'Lucida Console', Monaco, monospace; | |||
| font-family: var(--code-font-family), Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; | |||
| } | |||
| .remark-code { | |||
| font-size: var(--code-font-size); | |||
| @@ -27,8 +27,8 @@ | |||
| /* Fonts */ | |||
| --text-font-family: 'Noto Serif'; | |||
| --text-font-is-google: 1; | |||
| --text-font-family-fallback: 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'; | |||
| --text-font-base: serif; | |||
| --text-font-family-fallback: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial; | |||
| --text-font-base: sans-serif; | |||
| --header-font-family: Cabin; | |||
| --header-font-is-google: 1; | |||
| --code-font-family: 'Source Code Pro'; | |||
| @@ -88,7 +88,7 @@ h1, h2, h3 { | |||
| font-size: var(--header-h3-font-size); | |||
| } | |||
| .remark-code, .remark-inline-code { | |||
| font-family: var(--code-font-family), 'Lucida Console', Monaco, monospace; | |||
| font-family: var(--code-font-family), Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; | |||
| } | |||
| .remark-code { | |||
| font-size: var(--code-font-size); | |||
| @@ -27,8 +27,8 @@ | |||
| /* Fonts */ | |||
| --text-font-family: 'Noto Serif'; | |||
| --text-font-is-google: 1; | |||
| --text-font-family-fallback: 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'; | |||
| --text-font-base: serif; | |||
| --text-font-family-fallback: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial; | |||
| --text-font-base: sans-serif; | |||
| --header-font-family: Cabin; | |||
| --header-font-is-google: 1; | |||
| --code-font-family: 'Source Code Pro'; | |||
| @@ -88,7 +88,7 @@ h1, h2, h3 { | |||
| font-size: var(--header-h3-font-size); | |||
| } | |||
| .remark-code, .remark-inline-code { | |||
| font-family: var(--code-font-family), 'Lucida Console', Monaco, monospace; | |||
| font-family: var(--code-font-family), Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; | |||
| } | |||
| .remark-code { | |||
| font-size: var(--code-font-size); | |||
| @@ -27,8 +27,8 @@ | |||
| /* Fonts */ | |||
| --text-font-family: 'Noto Serif'; | |||
| --text-font-is-google: 1; | |||
| --text-font-family-fallback: 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'; | |||
| --text-font-base: serif; | |||
| --text-font-family-fallback: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial; | |||
| --text-font-base: sans-serif; | |||
| --header-font-family: Cabin; | |||
| --header-font-is-google: 1; | |||
| --code-font-family: 'Source Code Pro'; | |||
| @@ -88,7 +88,7 @@ h1, h2, h3 { | |||
| font-size: var(--header-h3-font-size); | |||
| } | |||
| .remark-code, .remark-inline-code { | |||
| font-family: var(--code-font-family), 'Lucida Console', Monaco, monospace; | |||
| font-family: var(--code-font-family), Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; | |||
| } | |||
| .remark-code { | |||
| font-size: var(--code-font-size); | |||
| @@ -27,8 +27,8 @@ | |||
| /* Fonts */ | |||
| --text-font-family: 'Noto Serif'; | |||
| --text-font-is-google: 1; | |||
| --text-font-family-fallback: 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'; | |||
| --text-font-base: serif; | |||
| --text-font-family-fallback: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial; | |||
| --text-font-base: sans-serif; | |||
| --header-font-family: Cabin; | |||
| --header-font-is-google: 1; | |||
| --code-font-family: 'Source Code Pro'; | |||
| @@ -88,7 +88,7 @@ h1, h2, h3 { | |||
| font-size: var(--header-h3-font-size); | |||
| } | |||
| .remark-code, .remark-inline-code { | |||
| font-family: var(--code-font-family), 'Lucida Console', Monaco, monospace; | |||
| font-family: var(--code-font-family), Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; | |||
| } | |||
| .remark-code { | |||
| font-size: var(--code-font-size); | |||
| @@ -27,8 +27,8 @@ | |||
| /* Fonts */ | |||
| --text-font-family: 'Noto Serif'; | |||
| --text-font-is-google: 1; | |||
| --text-font-family-fallback: 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'; | |||
| --text-font-base: serif; | |||
| --text-font-family-fallback: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial; | |||
| --text-font-base: sans-serif; | |||
| --header-font-family: Cabin; | |||
| --header-font-is-google: 1; | |||
| --code-font-family: 'Source Code Pro'; | |||
| @@ -88,7 +88,7 @@ h1, h2, h3 { | |||
| font-size: var(--header-h3-font-size); | |||
| } | |||
| .remark-code, .remark-inline-code { | |||
| font-family: var(--code-font-family), 'Lucida Console', Monaco, monospace; | |||
| font-family: var(--code-font-family), Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; | |||
| } | |||
| .remark-code { | |||
| font-size: var(--code-font-size); | |||
| @@ -27,8 +27,8 @@ | |||
| /* Fonts */ | |||
| --text-font-family: 'Noto Serif'; | |||
| --text-font-is-google: 1; | |||
| --text-font-family-fallback: 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'; | |||
| --text-font-base: serif; | |||
| --text-font-family-fallback: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial; | |||
| --text-font-base: sans-serif; | |||
| --header-font-family: Cabin; | |||
| --header-font-is-google: 1; | |||
| --code-font-family: 'Source Code Pro'; | |||
| @@ -88,7 +88,7 @@ h1, h2, h3 { | |||
| font-size: var(--header-h3-font-size); | |||
| } | |||
| .remark-code, .remark-inline-code { | |||
| font-family: var(--code-font-family), 'Lucida Console', Monaco, monospace; | |||
| font-family: var(--code-font-family), Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; | |||
| } | |||
| .remark-code { | |||
| font-size: var(--code-font-size); | |||
| @@ -27,8 +27,8 @@ | |||
| /* Fonts */ | |||
| --text-font-family: 'Noto Serif'; | |||
| --text-font-is-google: 1; | |||
| --text-font-family-fallback: 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'; | |||
| --text-font-base: serif; | |||
| --text-font-family-fallback: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial; | |||
| --text-font-base: sans-serif; | |||
| --header-font-family: Cabin; | |||
| --header-font-is-google: 1; | |||
| --code-font-family: 'Source Code Pro'; | |||
| @@ -88,7 +88,7 @@ h1, h2, h3 { | |||
| font-size: var(--header-h3-font-size); | |||
| } | |||
| .remark-code, .remark-inline-code { | |||
| font-family: var(--code-font-family), 'Lucida Console', Monaco, monospace; | |||
| font-family: var(--code-font-family), Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; | |||
| } | |||
| .remark-code { | |||
| font-size: var(--code-font-size); | |||
| @@ -27,8 +27,8 @@ | |||
| /* Fonts */ | |||
| --text-font-family: 'Noto Serif'; | |||
| --text-font-is-google: 1; | |||
| --text-font-family-fallback: 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'; | |||
| --text-font-base: serif; | |||
| --text-font-family-fallback: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial; | |||
| --text-font-base: sans-serif; | |||
| --header-font-family: Cabin; | |||
| --header-font-is-google: 1; | |||
| --code-font-family: 'Source Code Pro'; | |||
| @@ -88,7 +88,7 @@ h1, h2, h3 { | |||
| font-size: var(--header-h3-font-size); | |||
| } | |||
| .remark-code, .remark-inline-code { | |||
| font-family: var(--code-font-family), 'Lucida Console', Monaco, monospace; | |||
| font-family: var(--code-font-family), Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; | |||
| } | |||
| .remark-code { | |||
| font-size: var(--code-font-size); | |||
| @@ -27,8 +27,8 @@ | |||
| /* Fonts */ | |||
| --text-font-family: 'Noto Serif'; | |||
| --text-font-is-google: 1; | |||
| --text-font-family-fallback: 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'; | |||
| --text-font-base: serif; | |||
| --text-font-family-fallback: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial; | |||
| --text-font-base: sans-serif; | |||
| --header-font-family: Cabin; | |||
| --header-font-is-google: 1; | |||
| --code-font-family: 'Source Code Pro'; | |||
| @@ -88,7 +88,7 @@ h1, h2, h3 { | |||
| font-size: var(--header-h3-font-size); | |||
| } | |||
| .remark-code, .remark-inline-code { | |||
| font-family: var(--code-font-family), 'Lucida Console', Monaco, monospace; | |||
| font-family: var(--code-font-family), Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; | |||
| } | |||
| .remark-code { | |||
| font-size: var(--code-font-size); | |||
| @@ -27,8 +27,8 @@ | |||
| /* Fonts */ | |||
| --text-font-family: 'Noto Serif'; | |||
| --text-font-is-google: 1; | |||
| --text-font-family-fallback: 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'; | |||
| --text-font-base: serif; | |||
| --text-font-family-fallback: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial; | |||
| --text-font-base: sans-serif; | |||
| --header-font-family: Cabin; | |||
| --header-font-is-google: 1; | |||
| --code-font-family: 'Source Code Pro'; | |||
| @@ -88,7 +88,7 @@ h1, h2, h3 { | |||
| font-size: var(--header-h3-font-size); | |||
| } | |||
| .remark-code, .remark-inline-code { | |||
| font-family: var(--code-font-family), 'Lucida Console', Monaco, monospace; | |||
| font-family: var(--code-font-family), Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; | |||
| } | |||
| .remark-code { | |||
| font-size: var(--code-font-size); | |||
| @@ -27,8 +27,8 @@ | |||
| /* Fonts */ | |||
| --text-font-family: 'Noto Serif'; | |||
| --text-font-is-google: 1; | |||
| --text-font-family-fallback: 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'; | |||
| --text-font-base: serif; | |||
| --text-font-family-fallback: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial; | |||
| --text-font-base: sans-serif; | |||
| --header-font-family: Cabin; | |||
| --header-font-is-google: 1; | |||
| --code-font-family: 'Source Code Pro'; | |||
| @@ -88,7 +88,7 @@ h1, h2, h3 { | |||
| font-size: var(--header-h3-font-size); | |||
| } | |||
| .remark-code, .remark-inline-code { | |||
| font-family: var(--code-font-family), 'Lucida Console', Monaco, monospace; | |||
| font-family: var(--code-font-family), Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; | |||
| } | |||
| .remark-code { | |||
| font-size: var(--code-font-size); | |||
| @@ -27,8 +27,8 @@ | |||
| /* Fonts */ | |||
| --text-font-family: 'Noto Serif'; | |||
| --text-font-is-google: 1; | |||
| --text-font-family-fallback: 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC'; | |||
| --text-font-base: serif; | |||
| --text-font-family-fallback: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial; | |||
| --text-font-base: sans-serif; | |||
| --header-font-family: Cabin; | |||
| --header-font-is-google: 1; | |||
| --code-font-family: 'Source Code Pro'; | |||
| @@ -89,7 +89,7 @@ h1, h2, h3 { | |||
| font-size: var(--header-h3-font-size); | |||
| } | |||
| .remark-code, .remark-inline-code { | |||
| font-family: var(--code-font-family), 'Lucida Console', Monaco, monospace; | |||
| font-family: var(--code-font-family), Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; | |||
| } | |||
| .remark-code { | |||
| font-size: var(--code-font-size); | |||