aaranxu / adidoks

AdiDoks is a mordern documentation theme, which is a port of the Hugo theme Doks for Zola.

Home Page:https://adidoks.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fonts include latin-only characters

Esgariot opened this issue · comments

Vendored "Jost" font uses latin-only variant, but there is a broader.
For example "Zażółć gęślą jaźń" is rendered using fallback fonts.

As a workaround I've changed @import in main.scss to

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

Same problem for me. It's not easy to patch SCSS in zola w/o vendoring adidoks