From 5a7280afd74f3e7c06ccdb643284ca8bd9c5e5ff Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 7 Nov 2016 11:18:04 +1100 Subject: PDF: Do not use lato and inconsolata fonts. Not widely supported. --- common/rtemsstyle.sty | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'common/rtemsstyle.sty') diff --git a/common/rtemsstyle.sty b/common/rtemsstyle.sty index c576db0..b05dd0e 100644 --- a/common/rtemsstyle.sty +++ b/common/rtemsstyle.sty @@ -130,10 +130,12 @@ gobble=0, \vskip 3ex \@afterheading} -% use inconsolata font +% fonts \usepackage{charter} -\usepackage[defaultsans]{lato} -\usepackage{inconsolata} +% remove, not widely supported on some Linux hosts. +%%\usepackage[defaultsans]{lato} +% remove, not widely supported on some Linux hosts. +%%\usepackage{inconsolata} % fix single quotes, for inconsolata. (does not work) %%\usepackage{textcomp} -- cgit v1.2.3