From owner-svn-doc-all@FreeBSD.ORG Fri May 31 14:46:49 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 36E4AD50; Fri, 31 May 2013 14:46:49 +0000 (UTC) (envelope-from issyl0@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 29AF78A2; Fri, 31 May 2013 14:46:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4VEknP4029963; Fri, 31 May 2013 14:46:49 GMT (envelope-from issyl0@svn.freebsd.org) Received: (from issyl0@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4VEknTV029962; Fri, 31 May 2013 14:46:49 GMT (envelope-from issyl0@svn.freebsd.org) Message-Id: <201305311446.r4VEknTV029962@svn.freebsd.org> From: Isabell Long Date: Fri, 31 May 2013 14:46:49 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41799 - head/share/misc X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 May 2013 14:46:49 -0000 Author: issyl0 Date: Fri May 31 14:46:48 2013 New Revision: 41799 URL: http://svnweb.freebsd.org/changeset/doc/41799 Log: Change the documentation from a serif font to a sans-serif font, in order to improve readability. Discussed on: freebsd-doc@ Modified: head/share/misc/docbook.css Modified: head/share/misc/docbook.css ============================================================================== --- head/share/misc/docbook.css Fri May 31 14:20:56 2013 (r41798) +++ head/share/misc/docbook.css Fri May 31 14:46:48 2013 (r41799) @@ -107,6 +107,7 @@ body address { html body { margin: 1em 8% 1em 10%; line-height: 1.2; + font-family: sans-serif; } .legalnotice {