Skip to content

Instantly share code, notes, and snippets.

@earth3300
Last active August 8, 2020 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save earth3300/2c80835353ed02bdbd729583079a7185 to your computer and use it in GitHub Desktop.
Save earth3300/2c80835353ed02bdbd729583079a7185 to your computer and use it in GitHub Desktop.
Paragraph styling to normalize text across websites. Font is Open Sans. Note the metric units in font-size and text-indent.
p {
max-width: 14.5cm !important;
font-size: 3mm !important;
text-indent: 4mm !important;
line-height: 1.5 !important;
text-align: justify !important;
margin: 0 !important;
}
@earth3300
Copy link
Author

Note: Dimensions are in metric (cm and mm) and !important is added to the end of each line to override any defaults.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment