Re: CSS fonts
- From: "Les Trol" <lestrol123 gmx com>
- To: gtk-perl-list gnome org
- Subject: Re: CSS fonts
- Date: Fri, 15 Feb 2019 09:25:23 +0100
When I drop the "text" from "textview text", the desired font appears, but the colours are lost.
The same happens when I try this:
my $theming = "textview text {\nbackground-color: #000000;\ncolor: #FF0000;\n}";
my $theming2 = "textview {\nfont: 10px \"Monospace\";\n}";
$provider->load_from_data($theming);
$provider->load_from_data($theming2);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]