Skip to content

Use font scaling instead of 'font-desc' (issue #63)

Norbert Fabritius requested to merge inorick/Fragments:font-independent into master

Instead of explicitly setting a font family and size we can use a scaling factor. This way, we are compatible with any font and size the user selects. The scaling factor was chosen to match the currently hard-coded sizes.

Merge request reports