thinking about how to do CJK fonts again ( ;´ `) right now i'm not loading any CJK fonts, so the rendering of CJK characters depends on the device on the user side. CJK fonts (esp. ones for palaeography/philology needs) are large assets and would considerably slow down page loading time, so i need to do something like font subsetting, and i need to figure out how to do that dynamically…
…with page edits, ideally in a way that can be integrated with eleventy. unfortunately i have no idea how to do any of that