improved font stacks for Linux
This commit is contained in:
parent
73f9593f3c
commit
d901276a3a
2 changed files with 4 additions and 4 deletions
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
/* table body */
|
||||
.dokuwiki table.diff td {
|
||||
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Liberation Mono", Monaco, "Courier New", monospace;
|
||||
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace;
|
||||
}
|
||||
.dokuwiki table.diff td.diff-blockheader {
|
||||
font-weight: bold;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ html, body {
|
|||
padding: 0;
|
||||
}
|
||||
body {
|
||||
font: normal 100%/1.4 Frutiger, "Frutiger Linotype", Univers, Calibri, Myriad, "Liberation Sans", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font: normal 100%/1.4 Frutiger, "Frutiger Linotype", Univers, Calibri, Myriad, "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
/* default font size: 100% => 16px; 93.75% => 15px; 87.5% => 14px; 81.25% => 13px; 75% => 12px */
|
||||
}
|
||||
|
||||
|
|
@ -28,7 +28,7 @@ body {
|
|||
|
||||
h1, h2, h3, h4, h5, h6,
|
||||
caption, legend {
|
||||
font-family: Constantia, Utopia, Lucidabright, Lucida, Georgia, serif;
|
||||
font-family: Constantia, Utopia, Lucidabright, Lucida, Georgia, "Nimbus Roman No9 L", serif;
|
||||
font-weight: bold;
|
||||
color: __text_neu__;
|
||||
background-color: inherit;
|
||||
|
|
@ -170,7 +170,7 @@ acronym, abbr {
|
|||
}
|
||||
|
||||
pre, code, samp, kbd {
|
||||
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Liberation Mono", Monaco, "Courier New", monospace;
|
||||
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace;
|
||||
/* same font stack should be used for ".dokuwiki table.diff td" in _diff.css */
|
||||
font-size: 1em;
|
||||
direction: ltr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue