I need some help understanding how fonts, inheritance etc works.
What I would like to do: set the font once and have it show up everywhere.
What I hoped would happen: set the font on the root div and have it show up everywhere
What I think I have to do: set font:inherit in every element of the tree
What I think I can also do: put custom CSS in the head of each page to force the font
From browsing around here I believe a default font is somewhere on the roadmap. In the meantime, do I understand this correctly, and what options do I have?
Thanks for any help!