gwibber-bugs team mailing list archive
-
gwibber-bugs team
-
Mailing list archive
-
Message #00630
[Bug 252640] Re: [wishlist] Needs font size/selection
Workaround:
>From a terminal window, edit the stylesheet file for the Ubuntu theme in Gwibber:
gksudo gedit /usr/share/gwibber/ui/themes/ubuntu/main.css
Edit your file to add font size and family information, such as:
* {
color: black;
font-size: 8pt;
font-family: Liberation Sans;
}
.imgbox {
-webkit-border-radius: 5px;
}
You will need to exit Gwibber and restart it to see the changes.
To see what fonts you have available and their corresponding family
names, install the gnome-specimen package and then go to Applications >
Graphics > Specimen Font Previewer.
--
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/252640
Title:
[wishlist] Needs font size/selection
Status in Gwibber:
Fix Released
Bug description:
It would be nice if gwibber had some app specific font settings. Right
now it appears to follow my desktop setting but it would be nice to
select a smaller font, etc.