penguinmod-editor / src /css /typography.css
soiz1's picture
Upload 1525 files
f2bee8a verified
raw
history blame contribute delete
180 Bytes
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 {
font-size: 1.5rem;
font-weight: bold;
}
p {
font-size: 1rem;
line-height: 1.5em;
}