mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-05-04 13:14:17 +08: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
@ -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…
x
Reference in New Issue
Block a user