mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
print: overall font-size reduced #35
acording to DIN the font-size should between 11pt and 12pt
This commit is contained in:
parent
7da2073845
commit
a7a7d624e1
1 changed files with 6 additions and 0 deletions
|
@ -415,6 +415,12 @@ body {
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
font-size: 18px !important;
|
font-size: 18px !important;
|
||||||
}
|
}
|
||||||
|
@media print {
|
||||||
|
html,
|
||||||
|
body #body{
|
||||||
|
font-size: 8.9pt;
|
||||||
|
}
|
||||||
|
}
|
||||||
h2, h3, h4, h5, h6 {
|
h2, h3, h4, h5, h6 {
|
||||||
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
|
|
Loading…
Reference in a new issue