Skip to content

main-window: Correctly convert Pango font description to CSS

Philip Withnall requested to merge pwithnall/almanah:4-font-size into master

A Pango font description string is not actually CSS, as it doesn’t use the same units. Correctly convert it using code from GTK.

Solution suggested by Rinat Ibragimov.

Signed-off-by: Philip Withnall withnall@endlessm.com

Fixes: #4 (closed)

Merge request reports