mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-15 21:45:14 +03:00
Fix: - User fallback now uses "user-fallback-font". - Built-in CJK and custom fallback fonts remain registered together. - Added and passed a regression test verifying both fallback resources remain in the chain. Fixes in premake5.lua: - Removed obsolete PRECISE_F32=1; Wasm already provides precise float behavior. - Moved ENVIRONMENT=worker,web to final application link options. Fixed MarkdownView not getting the correct CSS style from the base theme.