improved base font stack
This commit is contained in:
parent
d9d01b6fb6
commit
e8500c75eb
2 changed files with 3 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ body {
|
|||
padding: 0;
|
||||
}
|
||||
body {
|
||||
font: normal 100%/1.4 Frutiger, "Frutiger Linotype", Univers, Calibri, Myriad, "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font: normal 100%/1.4 Frutiger, Calibri, Myriad, "Nimbus Sans L", Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
/* default font size: 100% => 16px; 93.75% => 15px; 87.5% => 14px; 81.25% => 13px; 75% => 12px */
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -124,9 +124,10 @@
|
|||
|
||||
/*____________ media manager ____________*/
|
||||
|
||||
/* some headings in the media manager should not look like headings */
|
||||
#mediamanager__page h2,
|
||||
#mediamanager__page h3 {
|
||||
font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, Myriad, "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-family: Frutiger, Calibri, Myriad, "Nimbus Sans L", Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
color: __text__;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue