From 68700eec0e8cc05bc468332bf457e5cffc1fcc1d Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Sun, 31 Mar 2024 00:05:38 -0500 Subject: [PATCH] Hebrew language build fix --- config/layouts/page.yml | 9 ++++++++- theme/assets/brand | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/config/layouts/page.yml b/config/layouts/page.yml index 3223f747ad..99f531867c 100644 --- a/config/layouts/page.yml +++ b/config/layouts/page.yml @@ -26,6 +26,13 @@ definitions: Bagnard {%- endif -%} + - &title_font_style >- + {%- if config.theme.language == "he" -%} + Regular + {%- else -%} + Bold + {%- endif -%} + - &font_family >- {%- if config.theme.language == "he" -%} Suez One @@ -128,7 +135,7 @@ layers: height: 1.5 font: family: *title_font_family - style: Bold + style: *title_font_style # Page description - size: { width: 864, height: 96 } diff --git a/theme/assets/brand b/theme/assets/brand index 67166ed8b6..872a38c628 160000 --- a/theme/assets/brand +++ b/theme/assets/brand @@ -1 +1 @@ -Subproject commit 67166ed8b641d8ac1837d0b75329e02ed4056704 +Subproject commit 872a38c628780050bb3217a8c7fea9922b059717