浏览代码

Skip font availability check if no font given

pull/1/head
父节点
当前提交
8f686c4d6a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      R/theme_pomological.R

+ 1
- 1
R/theme_pomological.R 查看文件

@@ -57,7 +57,7 @@ theme_pomological <- function(
axis.text.size = base_size * 14/16,
base_theme = ggplot2::theme_minimal()
) {
check_font(base_family)
if (!is.null(base_family)) check_font(base_family)
base_theme +
ggplot2::theme(

正在加载...
取消
保存