Find Font matches 

Subject: Re: Font changes after dist-upgrade to Firefox2/IceWeasel Newsgroups: gmane.linux.debian.user Date: Tue, 28 Nov 2006 23:07:41 +0000

> I also often wonder if there's a way to see what font the web browser
> actually selects for rendering when asked to display text.

Firefox uses fontconfig, so the fc-match command should help, e.g.,

$ fc-match "Luxi Sans"
Arial-Regular.ttf: "Arial" "Regular"

Liam O'Toole