From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manuel Giraud Subject: Re: Changing the font family in HTML export Date: Tue, 28 Jun 2011 10:19:13 +0200 Message-ID: <87vcvqgygu.fsf@univ-nantes.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:47234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbTVv-0003If-Ru for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 04:19:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbTVu-0003Y5-BH for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 04:19:19 -0400 Received: from smtp-tls1.univ-nantes.fr ([193.52.101.145]:34929 helo=smtp-tls.univ-nantes.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbTVt-0003XS-Vc for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 04:19:18 -0400 In-Reply-To: (Dror Atariah's message of "Tue, 28 Jun 2011 09:18:58 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dror Atariah Cc: emacs-orgmode@gnu.org Dror Atariah writes: > Can you help me? Thanks in advance, I think you could use an external css file for that. You can do so by setting the STYLE property in you org file like that: --8<---------------cut here---------------start------------->8--- #+TITLE: My page #+STYLE: * My first title --8<---------------cut here---------------end--------------->8--- Best regards, -- Manuel Giraud