mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-01 17:22:39 +00:00
Hebrew language build fix (#2464)
This commit is contained in:
@ -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 }
|
||||
|
Reference in New Issue
Block a user