aaranxu / adidoks

AdiDoks is a mordern documentation theme, which is a port of the Hugo theme Doks for Zola.
https://adidoks.org
MIT License
220 stars 80 forks source link

Fonts include latin-only characters #8

Open Esgariot opened 3 years ago

Esgariot commented 3 years ago

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');
leotsarev commented 1 year ago

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