dynamic navbar colors

main
alexanderroese 2024-06-20 23:39:39 +02:00
parent 9ecbfd807f
commit a27a6b1832
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@
assign body_font_bold_italic = body_font_bold | font_modify: 'style', 'italic' assign body_font_bold_italic = body_font_bold | font_modify: 'style', 'italic'
%} %}
<script>
console.log("schemes", settings.color_schemes | json)
</script>
{% style %} {% style %}
{{ settings.type_body_font | font_face: font_display: 'swap' }} {{ settings.type_body_font | font_face: font_display: 'swap' }}
{{ body_font_bold | font_face: font_display: 'swap' }} {{ body_font_bold | font_face: font_display: 'swap' }}