summaryrefslogtreecommitdiff
path: root/pluma/pluma-pango.h
AgeCommit message (Collapse)AuthorFilesLines
2020-10-27pluma-view: Fix incorrect interface fontBwackNinja1-0/+28
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.