From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Custom Fonts Fail with Tables Date: Sun, 01 Feb 2009 15:57:22 -0600 Message-ID: References: <227896780902011347r79856fc2ha2b64da60d2eb21d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LTkJy-00058o-Lx for emacs-orgmode@gnu.org; Sun, 01 Feb 2009 16:57:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LTkJv-00057n-4N for emacs-orgmode@gnu.org; Sun, 01 Feb 2009 16:57:42 -0500 Received: from [199.232.76.173] (port=60549 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTkJv-00057k-0N for emacs-orgmode@gnu.org; Sun, 01 Feb 2009 16:57:39 -0500 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:54463) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LTkJu-0002gW-Ae for emacs-orgmode@gnu.org; Sun, 01 Feb 2009 16:57:38 -0500 In-Reply-To: <227896780902011347r79856fc2ha2b64da60d2eb21d@mail.gmail.com> (Ryan's message of "Sun\, 1 Feb 2009 15\:47\:12 -0600") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ryan Cc: emacs-orgmode@gnu.org Ryan writes: > When I change the default font to a custom font (such as Calibri or Arial), > the tables seem to get messed up. Calibri and Arial are sans-serif (i.e., not monospaced) fonts. Tables in these fonts will not align, since the space between characters varies. > > I'm going to suppose that this is some kind of Windows fonts issue with > fixed-width fonts. Are there any solutions? I really prefer a font other > than Courier. This page has a list of fixed-width/monospace fonts: http://www.lowing.org/fonts/ Best, Matt