Re: CSS fonts



 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]