Rename Graphics.Layout.CSS.Internal to Length
Fix imports in Graphics.Layout.CSS.Font
Fix imports for abstracted CSS API.
Seperate out Font API from internals.
Switch inline nodes to inherit from parent rather than use default values.
Implement rudimentary pagination.
Attempt to fix failure to query system fonts.
Hardcode fallback fontfile, associate vals per span-line not per span.
Capture length of spans when lowering runs of inlines.
Fix inlines getting prematurely cut off.
Revert false-fix skipping inline layout if empty, set display: inline upon inherit.
Fix for mixed-child elements on stripping out extraneous whitespace.
Strip out extraneous whitespace.
Repair logic for determining whether elements are inline.
Add support for display: none;
Don't pass empty input to Balkon, is that what's crashing?
Finish refactor allowing for runs of inlines to be captured & passed to Balkon.
Correct `display: initial` to being `inline` rather than `block`.