diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-05-07 05:09:09 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-11-11 19:59:53 -0600 |
commit | 106850a265b62c6a85d713c20afe131844013f0a (patch) | |
tree | b3796843ae9fcd3e385ee97f19ef830c7e853f8c /source/auxiliary/uz/default.css | |
parent | 3856203084068752c3f5868e1f75ca4feb1f45d8 (diff) |
tdf#82997 Update CSS for fonts used in systems of this decade
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
Diffstat (limited to 'source/auxiliary/uz/default.css')
-rw-r--r-- | source/auxiliary/uz/default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/auxiliary/uz/default.css b/source/auxiliary/uz/default.css index 31ad5d0b5e..01d72a8c8e 100644 --- a/source/auxiliary/uz/default.css +++ b/source/auxiliary/uz/default.css @@ -28,10 +28,10 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "DejaVu Sans","Arial Unicode MS","Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,Helmet,"Andale Sans UI","Lucida Sans Unicode",Tahoma,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: "DejaVu Sans Mono","Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Lucida Sans Typewriter","Lucida Typewriter",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; } |