diff --git a/assets/scss/base/_font-family.scss b/assets/scss/base/_font-family.scss index e4854420..f0f22e57 100644 --- a/assets/scss/base/_font-family.scss +++ b/assets/scss/base/_font-family.scss @@ -11,7 +11,7 @@ } @if variable-exists("fontFamilyTitle") { - .list-title, .term-title, .list-year, .list-month, .post-title, .post-subtitle, .related-title, .post-nav, thead, dt { + .list-title, .term-title, .list-year, .list-month, .post-title, .post-subtitle, .related-title, .post-nav, thead, dt, strong { font-family: $fontFamilyTitle; } } diff --git a/config-examples/en/config.toml b/config-examples/en/config.toml index 8333d45d..f82b272d 100644 --- a/config-examples/en/config.toml +++ b/config-examples/en/config.toml @@ -1042,7 +1042,7 @@ uglyURLs = false fontFamilySiteBrand = "" # Menu bar fontFamilyMenu = "" - # Post title, post subtitle, list title, year and month title of the list, related posts title, previous/next post title, header of table, term/name in a definition list + # Post title, post subtitle, list title, year and month title of the list, related posts title, previous/next post title, header of table, term/name in a definition list, fontFamilyTitle = "'Comfortaa', sans-serif" # Headings, toc title fontFamilyHeadings = "'Comfortaa', sans-serif" diff --git a/config-examples/zh-cn/config.toml b/config-examples/zh-cn/config.toml index cb0a3802..7c6769f5 100644 --- a/config-examples/zh-cn/config.toml +++ b/config-examples/zh-cn/config.toml @@ -987,7 +987,7 @@ uglyURLs = false fontFamilySiteBrand = "" # 菜单栏 fontFamilyMenu = "" - # 文章标题、文章副标题、列表标题、列表的年份和月份标题、相关文章标题、文章上下篇标题、表格的表头、定义列表中的术语 + # 文章标题、文章副标题、列表标题、列表的年份和月份标题、相关文章标题、文章上下篇标题、表格的表头、定义列表中的术语、 fontFamilyTitle = "'Noto Serif SC', 'EB Garamond', serif" # 分节标题、目录标题 fontFamilyHeadings = "'Noto Serif SC', 'EB Garamond', serif" diff --git a/config-examples/zh-tw/config.toml b/config-examples/zh-tw/config.toml index d41e1fce..134b00b5 100644 --- a/config-examples/zh-tw/config.toml +++ b/config-examples/zh-tw/config.toml @@ -987,7 +987,7 @@ uglyURLs = false fontFamilySiteBrand = "" # 選單欄 fontFamilyMenu = "" - # 文章標題、文章副標題、列表標題、列表的年份和月份標題、相關文章標題、文章上下篇標題、表格的表頭、定義列表中的術語 + # 文章標題、文章副標題、列表標題、列表的年份和月份標題、相關文章標題、文章上下篇標題、表格的表頭、定義列表中的術語、 fontFamilyTitle = "'Noto Serif SC', 'EB Garamond', serif" # 分節標題、目錄標題 fontFamilyHeadings = "'Noto Serif SC', 'EB Garamond', serif"