/* Font auf 16px/13pt setzen, Background auf Weiß und Schrift auf Schwarz setzen.*/ | |
/* Das spart Tinte */ | |
body { | |
font: 13pt Georgia, "Times New Roman", Times, serif; | |
line-height: 1.3; | |
background: #fff !important; | |
color: #000; | |
} | |
h1 { | |
font-size: 24pt; | |
} | |
h2, h3, h4 { | |
font-size: 14pt; | |
margin-top: 25px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment