From 106850a265b62c6a85d713c20afe131844013f0a Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Sat, 7 May 2016 05:09:09 -0500 Subject: tdf#82997 Update CSS for fonts used in systems of this decade MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Draw inspiration from Medium.com’s use of system fonts. Drop the ones that were only shipped in the proprietary StarOffice, and we have never bundled — nobody has those installed, and by today’s standards they had poor glyph coverage. Change-Id: I61ba65601027b35c492a379bd6ed78cd97100654 --- source/auxiliary/ca-valencia/highcontrast1.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/auxiliary/ca-valencia/highcontrast1.css') diff --git a/source/auxiliary/ca-valencia/highcontrast1.css b/source/auxiliary/ca-valencia/highcontrast1.css index 2a304ac418..0dc3967797 100644 --- a/source/auxiliary/ca-valencia/highcontrast1.css +++ b/source/auxiliary/ca-valencia/highcontrast1.css @@ -17,10 +17,10 @@ */ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } + { font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; } pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable - { font-family: "Cumberland AMT",Cumberland,"Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; } .acronym { font-weight: bold;} -- cgit