summaryrefslogtreecommitdiff
path: root/pluma/pluma-pango.c
AgeCommit message (Collapse)AuthorFilesLines
2020-10-27pluma-view: Fix incorrect interface fontBwackNinja1-0/+230
Fixes issue #525 by setting the textview font with css without also setting the font for the labels. Changes based on gedit and gtk/gtkfontbutton.c.